diff options
Diffstat (limited to 'ingen/client/ObjectModel.hpp')
-rw-r--r-- | ingen/client/ObjectModel.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/client/ObjectModel.hpp b/ingen/client/ObjectModel.hpp index 69601bc2..42849110 100644 --- a/ingen/client/ObjectModel.hpp +++ b/ingen/client/ObjectModel.hpp @@ -58,7 +58,7 @@ class INGEN_API ObjectModel : public Node public: virtual ~ObjectModel(); - bool is_a(const Raul::URI& type) const; + bool is_a(const URIs::Quark& type) const; const Atom& get_property(const Raul::URI& key) const; |