summaryrefslogtreecommitdiffstats
path: root/common/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/index.h')
-rw-r--r--common/index.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/index.h b/common/index.h
index 20213b2..1a5b250 100644
--- a/common/index.h
+++ b/common/index.h
@@ -1,5 +1,6 @@
1#pragma once 1#pragma once
2 2
3#include "sink_export.h"
3#include <string> 4#include <string>
4#include <functional> 5#include <functional>
5#include <QString> 6#include <QString>
@@ -8,7 +9,7 @@
8/** 9/**
9 * An index for value pairs. 10 * An index for value pairs.
10 */ 11 */
11class Index 12class SINK_EXPORT Index
12{ 13{
13public: 14public:
14 enum ErrorCodes { 15 enum ErrorCodes {