aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/coreSQLiteStudio/expectedtoken.h
diff options
context:
space:
mode:
Diffstat (limited to 'SQLiteStudio3/coreSQLiteStudio/expectedtoken.h')
-rw-r--r--SQLiteStudio3/coreSQLiteStudio/expectedtoken.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/SQLiteStudio3/coreSQLiteStudio/expectedtoken.h b/SQLiteStudio3/coreSQLiteStudio/expectedtoken.h
index 9242dd8..00d82af 100644
--- a/SQLiteStudio3/coreSQLiteStudio/expectedtoken.h
+++ b/SQLiteStudio3/coreSQLiteStudio/expectedtoken.h
@@ -23,15 +23,15 @@ struct API_EXPORT ExpectedToken
VIEW,
DATABASE,
NO_VALUE,
+ STRING,
+ NUMBER,
+ BLOB,
+ OTHER,
KEYWORD,
FUNCTION,
OPERATOR,
COLLATION,
- PRAGMA,
- STRING,
- NUMBER,
- BLOB,
- OTHER
+ PRAGMA
};
/**