From c9a25fcc6150290790457f837355735b513b7239 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 01:38:34 +0000 Subject: Fix QNAMEs being serialised as URIs. Remove vestigial variable stuff. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2017 a436a847-0d15-0410-975c-d299462d15a1 --- src/client/PortModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/PortModel.cpp') diff --git a/src/client/PortModel.cpp b/src/client/PortModel.cpp index 4fc6654b..9d63c863 100644 --- a/src/client/PortModel.cpp +++ b/src/client/PortModel.cpp @@ -24,7 +24,7 @@ namespace Client { bool PortModel::has_hint(const std::string& qname) const { - const Raul::Atom& hint = get_variable(qname); + const Raul::Atom& hint = get_property(qname); return (hint.is_valid() && hint.get_bool() > 0); } -- cgit v1.2.1