summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-09-30 23:19:56 +0200
committerfalkTX <falktx@gmail.com>2018-09-30 23:19:56 +0200
commit58d2cd78e8bda808fc35d04c3aca56e3027da595 (patch)
tree6c0cb1a8025027a4f253366852c44151e1fbdc84
parent1900d13208d7fd63b6f034efec53e91e005f9e08 (diff)
Fix warning (and travis build)pugl-update
-rw-r--r--examples/States/DistrhoPluginInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/States/DistrhoPluginInfo.h b/examples/States/DistrhoPluginInfo.h
index bbdeb781..2fe8d78e 100644
--- 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