summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/lv2_plugin.h
diff options
context:
space:
mode:
authorJohannes Mueller <github@johannes-mueller.org>2017-07-23 21:10:07 +0200
committerRobin Gareus <robin@gareus.org>2017-07-31 21:31:23 +0200
commit6663a267556faebc350dc7e5771989c97a1b1884 (patch)
treee67b0a403f7819d5aa3fddc17a6c1cabdba57b97 /libs/ardour/ardour/lv2_plugin.h
parente75db87bf6406574c90ca965b5520b904b8a6718 (diff)
Signal wish to show inline display in gui by lv2:optionalFeature
... in .ttl file rather than by extension_data() in code. That's more in the spirit of LV2.
Diffstat (limited to 'libs/ardour/ardour/lv2_plugin.h')
-rw-r--r--libs/ardour/ardour/lv2_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/ardour/lv2_plugin.h b/libs/ardour/ardour/lv2_plugin.h
index 9eb80d187e..b17de51928 100644
--- a/libs/ardour/ardour/lv2_plugin.h
+++ b/libs/ardour/ardour/lv2_plugin.h
@@ -278,7 +278,7 @@ class LIBARDOUR_API LV2Plugin : public ARDOUR::Plugin, public ARDOUR::Workee
#ifdef LV2_EXTENDED
const LV2_Inline_Display_Interface* _display_interface;
- bool _show_display_in_generic_gui;
+ bool _inline_display_in_gui;
const LV2_Midnam_Interface* _midname_interface;
#endif