summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-03-14 20:42:36 -0400
committerDavid Robillard <d@drobilla.net>2016-03-14 20:42:36 -0400
commit9da2840ce1fc9de08d3bd052fc535c925416c45a (patch)
treeed29b9dcde19b064dae9ff482b236525ef688ff0 /ingen
parent4ee3f2666d79256a69ed66d511cbe64b83e4de5f (diff)
downloadingen-9da2840ce1fc9de08d3bd052fc535c925416c45a.tar.gz
ingen-9da2840ce1fc9de08d3bd052fc535c925416c45a.tar.bz2
ingen-9da2840ce1fc9de08d3bd052fc535c925416c45a.zip
Load default plugin state
Based on a patch from Hanspeter Portner.
Diffstat (limited to 'ingen')
-rw-r--r--ingen/URIs.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp
index 00549593..290f8c94 100644
--- a/ingen/URIs.hpp
+++ b/ingen/URIs.hpp
@@ -191,6 +191,7 @@ public:
const Quark rdfs_label;
const Quark rdfs_seeAlso;
const Quark rsz_minimumSize;
+ const Quark state_loadDefaultState;
const Quark time_Position;
const Quark time_bar;
const Quark time_barBeat;