summaryrefslogtreecommitdiffstats
path: root/src/engine/events/RequestMetadataEvent.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/events/RequestMetadataEvent.hpp')
-rw-r--r--src/engine/events/RequestMetadataEvent.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/events/RequestMetadataEvent.hpp b/src/engine/events/RequestMetadataEvent.hpp
index 1445f83d..9d1c6bf0 100644
--- a/src/engine/events/RequestMetadataEvent.hpp
+++ b/src/engine/events/RequestMetadataEvent.hpp
@@ -39,7 +39,7 @@ public:
RequestMetadataEvent(Engine& engine,
SharedPtr<Responder> responder,
SampleCount timestamp,
- bool property,
+ bool meta,
const Raul::URI& path,
const Raul::URI& key);
@@ -58,7 +58,7 @@ private:
Raul::URI _key;
Raul::Atom _value;
Shared::ResourceImpl* _resource;
- bool _is_property;
+ bool _is_meta;
};