Fix compilation error on pre-14 C++

This commit is contained in:
plutooo 2018-09-15 08:11:31 +02:00
parent 9ff32e3260
commit f2c959b941

View File

@ -8,7 +8,7 @@
#include "../audio/audio.h"
#ifdef __cplusplus
#if __cplusplus >= 201402L
#define AUDREN_CONSTEXPR constexpr
#else
#define AUDREN_CONSTEXPR static inline