diff options
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/storage.h b/common/storage.h index 2451040..bb8c1fa 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -68,7 +68,7 @@ public: | |||
68 | }; | 68 | }; |
69 | 69 | ||
70 | class Transaction; | 70 | class Transaction; |
71 | class NamedDatabase | 71 | class SINK_EXPORT NamedDatabase |
72 | { | 72 | { |
73 | public: | 73 | public: |
74 | NamedDatabase(); | 74 | NamedDatabase(); |
@@ -142,7 +142,7 @@ public: | |||
142 | Private *d; | 142 | Private *d; |
143 | }; | 143 | }; |
144 | 144 | ||
145 | class Transaction | 145 | class SINK_EXPORT Transaction |
146 | { | 146 | { |
147 | public: | 147 | public: |
148 | Transaction(); | 148 | Transaction(); |