summaryrefslogtreecommitdiffstats
path: root/ingen/Properties.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Properties.hpp')
-rw-r--r--ingen/Properties.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/Properties.hpp b/ingen/Properties.hpp
index 6f1a8494..cd81ba59 100644
--- a/ingen/Properties.hpp
+++ b/ingen/Properties.hpp
@@ -41,7 +41,7 @@ public:
{}
Property(const URIs::Quark& quark, Graph ctx=Graph::DEFAULT)
- : Atom(quark.urid)
+ : Atom(quark.urid_atom())
, _ctx(ctx)
{}