From f8eee81f6f94d018ab7c1133bf2b78926316edf8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Aug 2022 01:41:57 -0400 Subject: Fix overly long line comments --- src/gui/RDFS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/RDFS.cpp') 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& 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 { -- cgit v1.2.1