summaryrefslogtreecommitdiff
path: root/distrho/DistrhoPlugin.hpp
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-08-16 02:30:08 +0100
committerfalkTX <falktx@gmail.com>2014-08-16 02:30:08 +0100
commitcd2873761758c07a9bf18cd536d12074ce061df3 (patch)
treec63f039f6908106dd1085f4dc5851a60926873b7 /distrho/DistrhoPlugin.hpp
parent73b18ec99855c7f9f8ee0a77a8fd1f5b92a450da (diff)
Cleanup; Fix some docs; Split Color from NanoVG into separate class
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 c7063500..996da808 100644
--- a/distrho/DistrhoPlugin.hpp
+++ b/distrho/DistrhoPlugin.hpp
@@ -22,7 +22,7 @@
#include <cmath>
-#ifdef PROPER_CPP11_SUPPORT
+#ifdef DISTRHO_PROPER_CPP11_SUPPORT
# include <cstdint>
#else
# include <stdint.h>