diff options
author | Hugo Lima <hugo.lima@openbossa.org> | 2009-11-23 21:18:29 -0200 |
---|---|---|
committer | Hugo Lima <hugo.lima@openbossa.org> | 2009-11-23 22:39:54 -0200 |
commit | 982db27e691d4df0276b7e9fbfa471f53c8647a3 (patch) | |
tree | 2be4f01884dad561e171192445be88b60da031ab /tests/libsample/abstract.h | |
parent | fc9458dc83858ad76a5d589c3cd787ef5a1d5d16 (diff) | |
download | shiboken-982db27e691d4df0276b7e9fbfa471f53c8647a3.tar.gz shiboken-982db27e691d4df0276b7e9fbfa471f53c8647a3.tar.xz shiboken-982db27e691d4df0276b7e9fbfa471f53c8647a3.zip |
Added visibility rules to libsample.
Diffstat (limited to 'tests/libsample/abstract.h')
-rw-r--r-- | tests/libsample/abstract.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |