summaryrefslogtreecommitdiffstats
path: root/tests/libsample/listuser.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/listuser.h
parentfc9458dc83858ad76a5d589c3cd787ef5a1d5d16 (diff)
downloadshiboken-982db27e691d4df0276b7e9fbfa471f53c8647a3.tar.gz
shiboken-982db27e691d4df0276b7e9fbfa471f53c8647a3.tar.xz
shiboken-982db27e691d4df0276b7e9fbfa471f53c8647a3.zip
Added visibility rules to libsample.
Diffstat (limited to 'tests/libsample/listuser.h')
-rw-r--r--tests/libsample/listuser.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/libsample/listuser.h b/tests/libsample/listuser.h
index b57ce76b..52dea8bd 100644
--- a/tests/libsample/listuser.h
+++ b/tests/libsample/listuser.h
@@ -39,7 +39,9 @@
#include "complex.h"
#include "point.h"
-class ListUser
+#include "libsamplemacros.h"
+
+class LIBSAMPLE_API ListUser
{
public:
typedef std::list<Point*> PointList;