aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/simplefile.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/simplefile.h
parentfc9458dc83858ad76a5d589c3cd787ef5a1d5d16 (diff)
Added visibility rules to libsample.
Diffstat (limited to 'tests/libsample/simplefile.h')
-rw-r--r--tests/libsample/simplefile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libsample/simplefile.h b/tests/libsample/simplefile.h
index 181144660..aad82c21e 100644
--- a/tests/libsample/simplefile.h
+++ b/tests/libsample/simplefile.h
@@ -35,9 +35,10 @@
#ifndef SIMPLEFILE_H
#define SIMPLEFILE_H
+#include "libsamplemacros.h"
#include <stdio.h>
-class SimpleFile
+class LIBSAMPLE_API SimpleFile
{
public:
explicit SimpleFile(const char* filename)