aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/collector.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/collector.h')
-rw-r--r--tests/libsample/collector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libsample/collector.h b/tests/libsample/collector.h
index e82280333..e0ee74149 100644
--- a/tests/libsample/collector.h
+++ b/tests/libsample/collector.h
@@ -63,7 +63,7 @@ private:
};
/* Helper for testing external operators */
-class LIBSAMPLE_API IntWrapper
+class IntWrapper
{
public:
IntWrapper(int x=0):value(x){}