From 982db27e691d4df0276b7e9fbfa471f53c8647a3 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Mon, 23 Nov 2009 21:18:29 -0200 Subject: Added visibility rules to libsample. --- tests/libsample/abstract.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/libsample/abstract.h') diff --git a/tests/libsample/abstract.h b/tests/libsample/abstract.h index 27c13268..63ac5944 100644 --- a/tests/libsample/abstract.h +++ b/tests/libsample/abstract.h @@ -35,7 +35,9 @@ #ifndef ABSTRACT_H #define ABSTRACT_H -class Abstract +#include "libsamplemacros.h" + +class LIBSAMPLE_API Abstract { public: enum PrintFormat { -- cgit