diff options
Diffstat (limited to 'src/engine/events/SetMetadata.hpp')
-rw-r--r-- | src/engine/events/SetMetadata.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/events/SetMetadata.hpp b/src/engine/events/SetMetadata.hpp index dc67d162..1417e02c 100644 --- a/src/engine/events/SetMetadata.hpp +++ b/src/engine/events/SetMetadata.hpp @@ -69,7 +69,7 @@ public: Engine& engine, SharedPtr<Responder> responder, SampleCount timestamp, - QueuedEventSource* source, + EventSource* source, bool replace, bool meta, const Raul::URI& subject, |