From fdc73d3ee8708bbf4fc2f8da1d90c741f144fb9c Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Tue, 28 Jun 2016 01:13:43 +0300 Subject: [PATCH] Minor correction in SQLite module. --- modules/sqlite/Statement.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/sqlite/Statement.hpp b/modules/sqlite/Statement.hpp index 7a910bec..6a87282d 100644 --- a/modules/sqlite/Statement.hpp +++ b/modules/sqlite/Statement.hpp @@ -82,8 +82,6 @@ protected: void ValidateRow() const; #endif // _DEBUG -public: - public: /* --------------------------------------------------------------------------------------------