summaryrefslogtreecommitdiff
path: root/distrho/DistrhoPlugin.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2017-02-01 12:06:59 +0100
committerfalkTX <falktx@gmail.com>2017-02-01 12:06:59 +0100
commit91d1a9bdf74fc073c932c0903bd9779ab7bf7d2c (patch)
tree13e192a2ca705cdc737f0b199386f629de5d3ea0 /distrho/DistrhoPlugin.hpp
parent4c6c52ec83fc5ef000018122f4540847c2f85675 (diff)
Another typo
Diffstat (limited to 'distrho/DistrhoPlugin.hpp')
-rw-r--r--distrho/DistrhoPlugin.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp
index d4b1d32d..c026f3bf 100644
--- a/distrho/DistrhoPlugin.hpp
+++ b/distrho/DistrhoPlugin.hpp
@@ -708,7 +708,7 @@ protected:
/**
Get the value of an internal state.@n
The host may call this function from any non-realtime context.@n
- Must be implemented by your plugin class if DISTRHO_PLUGIN_WANT_PROGRAMS or DISTRHO_PLUGIN_WANT_FULL_STATE is enabled.
+ Must be implemented by your plugin class if DISTRHO_PLUGIN_WANT_FULL_STATE is enabled.
@note The use of this function breaks compatibility with the DSSI format.
*/
virtual String getState(const char* key) const = 0;