Browse Source

One more macos-old fix

Signed-off-by: falkTX <falktx@falktx.com>
pull/309/head
falkTX 3 years ago
parent
commit
0240fdabf9
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoDefines.h

+ 1
- 1
distrho/src/DistrhoDefines.h View File

@@ -81,7 +81,7 @@
#endif

/* Define DISTRHO_DEPRECATED_BY */
#if defined(__clang__)
#if defined(__clang__) && defined(DISTRHO_PROPER_CPP11_SUPPORT)
# define DISTRHO_DEPRECATED_BY(other) __attribute__((deprecated("", other)))
#elif defined(__GNUC__)
# define DISTRHO_DEPRECATED_BY(other) __attribute__((deprecated("Use " other)))


Loading…
Cancel
Save