aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/derived.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-11-23 21:18:29 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-11-23 22:39:54 -0200
commit982db27e691d4df0276b7e9fbfa471f53c8647a3 (patch)
tree2be4f01884dad561e171192445be88b60da031ab /tests/libsample/derived.h
parentfc9458dc83858ad76a5d589c3cd787ef5a1d5d16 (diff)
Added visibility rules to libsample.
Diffstat (limited to 'tests/libsample/derived.h')
-rw-r--r--tests/libsample/derived.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/libsample/derived.h b/tests/libsample/derived.h
index e12042f90..9e0e33a82 100644
--- a/tests/libsample/derived.h
+++ b/tests/libsample/derived.h
@@ -35,14 +35,15 @@
#ifndef DERIVED_H
#define DERIVED_H
+#include "libsamplemacros.h"
#include "abstract.h"
-enum OverloadedFuncEnum {
+enum LIBSAMPLE_API OverloadedFuncEnum {
OverloadedFunc_ii,
OverloadedFunc_d
};
-class Derived : public Abstract
+class LIBSAMPLE_API Derived : public Abstract
{
public:
enum OtherOverloadedFuncEnum {