diff options
Diffstat (limited to 'common/storage/key.h')
-rw-r--r-- | common/storage/key.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/storage/key.h b/common/storage/key.h index 211aea7..baabe38 100644 --- a/common/storage/key.h +++ b/common/storage/key.h | |||
@@ -119,6 +119,8 @@ private: | |||
119 | Revision rev; | 119 | Revision rev; |
120 | }; | 120 | }; |
121 | 121 | ||
122 | SINK_EXPORT uint qHash(const Sink::Storage::Identifier &); | ||
123 | |||
122 | } // namespace Storage | 124 | } // namespace Storage |
123 | } // namespace Sink | 125 | } // namespace Sink |
124 | 126 | ||