summaryrefslogtreecommitdiffstats
path: root/src/server/NodeImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/NodeImpl.hpp')
-rw-r--r--src/server/NodeImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/NodeImpl.hpp b/src/server/NodeImpl.hpp
index 60aa2d3d..a51d6fe5 100644
--- a/src/server/NodeImpl.hpp
+++ b/src/server/NodeImpl.hpp
@@ -67,7 +67,7 @@ public:
set_uri(Node::path_to_uri(new_path));
}
- const Raul::Atom& get_property(const Raul::URI& key) const;
+ const Atom& get_property(const Raul::URI& key) const;
/** The Graph this object is a child of. */
virtual GraphImpl* parent_graph() const;