diff options
Diffstat (limited to 'lib/data.cpp')
| -rw-r--r-- | lib/data.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/data.cpp b/lib/data.cpp index c14956f..db42487 100644 --- a/lib/data.cpp +++ b/lib/data.cpp | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | #include "verbly.h" | 1 | #include "verbly.h" |
| 2 | 2 | ||
| 3 | namespace verbly { | 3 | namespace verbly { |
| 4 | 4 | ||
| 5 | data::data(std::string datafile) | 5 | data::data(std::string datafile) |
| 6 | { | 6 | { |
| 7 | if (sqlite3_open_v2(datafile.c_str(), &ppdb, SQLITE_OPEN_READONLY, NULL) != SQLITE_OK) | 7 | if (sqlite3_open_v2(datafile.c_str(), &ppdb, SQLITE_OPEN_READONLY, NULL) != SQLITE_OK) |
