summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 09:59:05 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2018-04-20 09:59:05 +0200
commit3a041b4ebdba51d43ec900168b1587371ba83013 (patch)
tree5dde77887a7b81685005606e2bdf9759b12c6025 /common/storage.h
parent81cd0887da80c986fb5ab7bdb057a745bf23a945 (diff)
downloadsink-3a041b4ebdba51d43ec900168b1587371ba83013.tar.gz
sink-3a041b4ebdba51d43ec900168b1587371ba83013.zip
Fixed a bunch of exports
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h4
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();