diff options
author | Aaron Seigo <aseigo@kde.org> | 2014-12-15 07:30:08 +0100 |
---|---|---|
committer | Aaron Seigo <aseigo@kde.org> | 2014-12-15 07:30:08 +0100 |
commit | 6ca6273427fe939080aba15349dcc380c44d1c3f (patch) | |
tree | 6d755f9c22533f7ad515f79cb25447ec4c56b1cf /tests/hawd/dataset.h | |
parent | 3e01511e54bda77e553f22ff905c557ac204cbe5 (diff) | |
download | sink-6ca6273427fe939080aba15349dcc380c44d1c3f.tar.gz sink-6ca6273427fe939080aba15349dcc380c44d1c3f.zip |
make libhawd a shared lib
Diffstat (limited to 'tests/hawd/dataset.h')
-rw-r--r-- | tests/hawd/dataset.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/hawd/dataset.h b/tests/hawd/dataset.h index b91bc24..09a5828 100644 --- a/tests/hawd/dataset.h +++ b/tests/hawd/dataset.h | |||
@@ -21,6 +21,7 @@ | |||
21 | 21 | ||
22 | #include "datasetdefinition.h" | 22 | #include "datasetdefinition.h" |
23 | 23 | ||
24 | #include "hawd_export.h" | ||
24 | #include "state.h" | 25 | #include "state.h" |
25 | #include "common/storage.h" | 26 | #include "common/storage.h" |
26 | 27 | ||
@@ -30,7 +31,7 @@ | |||
30 | namespace HAWD | 31 | namespace HAWD |
31 | { | 32 | { |
32 | 33 | ||
33 | class Dataset | 34 | class HAWD_EXPORT Dataset |
34 | { | 35 | { |
35 | public: | 36 | public: |
36 | class Row | 37 | class Row |