diff OrthancFramework/Sources/SQLite/Statement.h @ 4304:50b0c69b653a

continued abi
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Nov 2020 16:33:52 +0100
parents d25f4c0fa160
children c847b0dfd255
line wrap: on
line diff
--- a/OrthancFramework/Sources/SQLite/Statement.h	Fri Nov 06 15:37:30 2020 +0100
+++ b/OrthancFramework/Sources/SQLite/Statement.h	Fri Nov 06 16:33:52 2020 +0100
@@ -105,10 +105,7 @@
                 const StatementId& id,
                 const char* sql);
 
-      ~Statement()
-      {
-        Reset();
-      }
+      ~Statement();
 
       bool Run();