fix enum constant collision with define on windows

This commit is contained in:
mlangkabel
2018-12-18 11:23:23 +01:00
parent aa85d20e73
commit 3bb799cc77
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace sourcetrail
LOCAL_SYMBOL = 3,
SIGNATURE = 4,
COMMENT = 5,
ERROR = 6,
INDEXER_ERROR = 6,
FULLTEXT_SEARCH = 7,
SCREEN_SEARCH = 8
};