aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/derived.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/derived.h')
-rw-r--r--tests/libsample/derived.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libsample/derived.h b/tests/libsample/derived.h
index e6d3f0fb3..58c3b2109 100644
--- a/tests/libsample/derived.h
+++ b/tests/libsample/derived.h
@@ -38,7 +38,7 @@
#include "libsamplemacros.h"
#include "abstract.h"
-enum LIBSAMPLE_API OverloadedFuncEnum {
+enum OverloadedFuncEnum {
OverloadedFunc_ii,
OverloadedFunc_d
};