summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-23 00:18:45 +0000
committerDavid Robillard <d@drobilla.net>2012-04-23 00:18:45 +0000
commit034c8948e8fe47b487e17a8dd438f3a9857d571a (patch)
tree3ea10e8f91f411976b3a31119a660d06508e2c5d /src/serialisation/Parser.cpp
parent170b763db7c14be1014268198d6e02769352c5db (diff)
downloadingen-034c8948e8fe47b487e17a8dd438f3a9857d571a.tar.gz
ingen-034c8948e8fe47b487e17a8dd438f3a9857d571a.tar.bz2
ingen-034c8948e8fe47b487e17a8dd438f3a9857d571a.zip
Use URI defines where possible.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4244 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation/Parser.cpp')
-rw-r--r--src/serialisation/Parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp
index c2e8be4d..838a0200 100644
--- a/src/serialisation/Parser.cpp
+++ b/src/serialisation/Parser.cpp
@@ -90,7 +90,7 @@ skip_property(const Sord::Node& predicate)
{
return (predicate.to_string() == "http://drobilla.net/ns/ingen#node"
|| predicate.to_string() == "http://drobilla.net/ns/ingen#edge"
- || predicate.to_string() == "http://lv2plug.in/ns/lv2core#port");
+ || predicate.to_string() == LV2_CORE__port);
}
static Resource::Properties