From f0e33dd09a390ca946e95a6f55fea397dca0ca1f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 18:17:04 +0100 Subject: Update for latest raul --- src/server/Event.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/server/Event.hpp') diff --git a/src/server/Event.hpp b/src/server/Event.hpp index d8b3de9b..e00aa0d1 100644 --- a/src/server/Event.hpp +++ b/src/server/Event.hpp @@ -32,9 +32,9 @@ #include #include -namespace Raul { +namespace raul { class Path; -} // namespace Raul +} // namespace raul namespace ingen { namespace server { @@ -55,7 +55,7 @@ class PreProcessContext; * * \ingroup engine */ -class Event : public Raul::Deletable, public Raul::Noncopyable +class Event : public raul::Deletable, public raul::Noncopyable { public: /** Event mode to distinguish normal events from undo events. */ @@ -144,7 +144,7 @@ protected: return pre_process_done(st); } - inline bool pre_process_done(Status st, const Raul::Path& subject) { + inline bool pre_process_done(Status st, const raul::Path& subject) { return pre_process_done(st, path_to_uri(subject)); } -- cgit v1.2.1