summaryrefslogtreecommitdiffstats
path: root/common/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/index.h')
-rw-r--r--common/index.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/index.h b/common/index.h
index 3cd7cc8..08b499f 100644
--- a/common/index.h
+++ b/common/index.h
@@ -11,6 +11,10 @@
11class Index 11class Index
12{ 12{
13public: 13public:
14 enum ErrorCodes {
15 IndexNotAvailable = -1
16 };
17
14 class Error 18 class Error
15 { 19 {
16 public: 20 public: