]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Align SSQLite3Statement on 8-byte boundries
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 26 May 2015 16:16:01 +0000 (18:16 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 20:51:48 +0000 (22:51 +0200)
pdns/ssqlite3.cc

index fac1b9b5fcb468ba326b3b582f1b349d3ee5b01f..b6477203663bc62ca529574e0baa14f6a3a8ba18 100644 (file)
@@ -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;
 };