summaryrefslogtreecommitdiffstats
path: root/src/gui/RDFS.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 01:41:57 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 01:41:57 -0400
commitf8eee81f6f94d018ab7c1133bf2b78926316edf8 (patch)
tree6b07e0da7df5e6df1bc87bff7b5e96d3a067452d /src/gui/RDFS.cpp
parent4564d719745848386a0662a44a47a8400c799560 (diff)
downloadingen-f8eee81f6f94d018ab7c1133bf2b78926316edf8.tar.gz
ingen-f8eee81f6f94d018ab7c1133bf2b78926316edf8.tar.bz2
ingen-f8eee81f6f94d018ab7c1133bf2b78926316edf8.zip
Fix overly long line comments
Diffstat (limited to 'src/gui/RDFS.cpp')
-rw-r--r--src/gui/RDFS.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/RDFS.cpp b/src/gui/RDFS.cpp
index 23a9e768..3a277950 100644
--- a/src/gui/RDFS.cpp
+++ b/src/gui/RDFS.cpp
@@ -128,7 +128,7 @@ types(World& world, const std::shared_ptr<const client::ObjectModel>& model)
const URI type(world.forge().str(t->second, false));
types.insert(type);
if (world.uris().ingen_Graph == type) {
- // Add lv2:Plugin as a type for graphs so plugin properties show up
+ // Add lv2:Plugin as a type so plugin properties show up
types.insert(world.uris().lv2_Plugin);
}
} else {