summaryrefslogtreecommitdiff
path: root/platform/default/sqlite3.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-01-19 11:55:55 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-01-19 13:39:18 -0800
commitdbfa932ed1e10c4f70639f138132f117c4b98152 (patch)
tree59edf15fb9ed3db90c05b6eb0cbaef5fd149eb74 /platform/default/sqlite3.hpp
parent6709bdcacd5a45a10b554f3f225206c9494e5e43 (diff)
downloadqtlocation-mapboxgl-dbfa932ed1e10c4f70639f138132f117c4b98152.tar.gz
[core] Eliminate macros in sqlite3.cpp
Diffstat (limited to 'platform/default/sqlite3.hpp')
-rw-r--r--platform/default/sqlite3.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/default/sqlite3.hpp b/platform/default/sqlite3.hpp
index 1cad56f918..29e8967db3 100644
--- a/platform/default/sqlite3.hpp
+++ b/platform/default/sqlite3.hpp
@@ -52,6 +52,8 @@ private:
Statement(const Statement &) = delete;
Statement &operator=(const Statement &) = delete;
+ void check(int err);
+
public:
Statement(sqlite3 *db, const char *sql);
Statement(Statement &&);