summaryrefslogtreecommitdiffstats
path: root/common/storage.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-26 15:00:37 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-01-26 15:00:37 +0100
commit3f634202d70b677cb51587893c4b82dbd2123297 (patch)
treec50873b8f14a58f9da2ceabc26a1e1d45a66b3cb /common/storage.h
parent561dbfed6e139d2c07f607f652f2f7a42e73dcae (diff)
downloadsink-3f634202d70b677cb51587893c4b82dbd2123297.tar.gz
sink-3f634202d70b677cb51587893c4b82dbd2123297.zip
SINK_EXPORT for free functions needs to go to the beginning
Diffstat (limited to 'common/storage.h')
-rw-r--r--common/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/storage.h b/common/storage.h
index a8e14a6..fd349f3 100644
--- a/common/storage.h
+++ b/common/storage.h
@@ -215,4 +215,4 @@ private:
215} 215}
216} // namespace Sink 216} // namespace Sink
217 217
218QDebug& SINK_EXPORT operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error); 218SINK_EXPORT QDebug& operator<<(QDebug &dbg, const Sink::Storage::DataStore::Error &error);