commit 58d2cd78e8bda808fc35d04c3aca56e3027da595
parent 1900d13208d7fd63b6f034efec53e91e005f9e08
Author: falkTX <falktx@gmail.com>
Date: Sun, 30 Sep 2018 23:19:29 +0200
Fix warning (and travis build)
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/examples/States/DistrhoPluginInfo.h b/examples/States/DistrhoPluginInfo.h
@@ -27,5 +27,6 @@
#define DISTRHO_PLUGIN_NUM_OUTPUTS 2
#define DISTRHO_PLUGIN_WANT_PROGRAMS 1
#define DISTRHO_PLUGIN_WANT_STATE 1
+#define DISTRHO_PLUGIN_WANT_FULL_STATE 1
#endif // DISTRHO_PLUGIN_INFO_H_INCLUDED