diff options
Diffstat (limited to 'generator/database.h')
-rw-r--r-- | generator/database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/database.h b/generator/database.h index 15cdff5..7906304 100644 --- a/generator/database.h +++ b/generator/database.h | |||
@@ -52,7 +52,7 @@ namespace verbly { | |||
52 | ~database(); | 52 | ~database(); |
53 | 53 | ||
54 | // Actions | 54 | // Actions |
55 | 55 | ||
56 | void runQuery(std::string query); | 56 | void runQuery(std::string query); |
57 | 57 | ||
58 | void insertIntoTable(std::string table, std::list<field> fields); | 58 | void insertIntoTable(std::string table, std::list<field> fields); |