From 1fd46cb0aa1938e52086409748bb3c0033190f9d Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 26 May 2015 18:16:01 +0200 Subject: [PATCH] Align SSQLite3Statement on 8-byte boundries --- pdns/ssqlite3.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/ssqlite3.cc b/pdns/ssqlite3.cc index fac1b9b5fc..b647720366 100644 --- a/pdns/ssqlite3.cc +++ b/pdns/ssqlite3.cc @@ -133,8 +133,8 @@ public: private: string d_query; sqlite3_stmt* d_stmt; - int d_rc; SSQLite3* d_db; + int d_rc; bool d_dolog; }; -- 2.47.2