From 3265e8f01cd4e878661973730349a5ed44329713 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Feb 2013 16:58:42 +0000 Subject: More generic Atom class. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5024 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 eb645791..e72c279d 100644 --- a/src/client/PortModel.cpp +++ b/src/client/PortModel.cpp @@ -56,7 +56,7 @@ PortModel::is_uri() const // FIXME: Resource::has_property doesn't work, URI != URID for (auto p : properties()) { if (p.second.type() == _uris.atom_URID && - static_cast(p.second.get_int32()) == _uris.atom_URID) { + static_cast(p.second.get()) == _uris.atom_URID) { return true; } } -- cgit v1.2.1