aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-09-30 21:54:41 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-09-30 21:54:41 +0300
commiteefbc9eb33324e0d0a9f371f0b88ffcce85adb23 (patch)
treeff41c10c99a7d72a79b90920c7dc0114f0fc5b55 /include
parent77e8b86be524edf42a7070e2b7a1f6f67d7cfaa8 (diff)
downloadlibADLMIDI-eefbc9eb33324e0d0a9f371f0b88ffcce85adb23.tar.gz
libADLMIDI-eefbc9eb33324e0d0a9f371f0b88ffcce85adb23.tar.bz2
libADLMIDI-eefbc9eb33324e0d0a9f371f0b88ffcce85adb23.zip
Minor fix of the public header
Diffstat (limited to 'include')
-rw-r--r--include/adlmidi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/adlmidi.h b/include/adlmidi.h
index 2732959..4b21e25 100644
--- a/include/adlmidi.h
+++ b/include/adlmidi.h
@@ -66,7 +66,7 @@ typedef short ADL_SInt16;
#ifdef __clang__
# if __has_extension(attribute_deprecated_with_message)
-# define JSONCPP_DEPRECATED(message) __attribute__((deprecated(message)))
+# define ADLMIDI_DEPRECATED(message) __attribute__((deprecated(message)))
# endif
#elif defined __GNUC__ /* not clang (gcc comes later since clang emulates gcc) */
# if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5))