summaryrefslogtreecommitdiff
path: root/distrho/DistrhoPlugin.hpp
diff options
context:
space:
mode:
authorJP Cimalando <jp-dev@inbox.ru>2019-08-18 15:05:38 +0200
committerFilipe Coelho <falktx@gmail.com>2019-08-18 14:05:38 +0100
commit945ee9a2f4819ab75ec2f9b5a304c80e061d7f5d (patch)
treef13c209f9df9d116092aca71d441a7a800a5865b /distrho/DistrhoPlugin.hpp
parent20a464142a2cc27aa0b3b930b6416c950cf79c24 (diff)
Suppress the copy methods of ParameterEnumerationValues (fixes #177) (#178)
* Suppress the copy methods of ParameterEnumerationValues * Provide a C++98 definition of DISTRHO_DECLARE_NON_COPY_STRUCT
Diffstat (limited to 'distrho/DistrhoPlugin.hpp')
-rw-r--r--distrho/DistrhoPlugin.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp
index 913f7ddd..896db5c4 100644
--- a/distrho/DistrhoPlugin.hpp
+++ b/distrho/DistrhoPlugin.hpp
@@ -365,6 +365,8 @@ struct ParameterEnumerationValues {
values = nullptr;
}
}
+
+ DISTRHO_DECLARE_NON_COPY_STRUCT(ParameterEnumerationValues)
};
/**