diff OrthancFramework/Sources/SQLite/StatementId.cpp @ 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/StatementId.cpp	Fri Nov 06 15:37:30 2020 +0100
+++ b/OrthancFramework/Sources/SQLite/StatementId.cpp	Fri Nov 06 16:33:52 2020 +0100
@@ -47,6 +47,13 @@
 {
   namespace SQLite
   {
+    Orthanc::SQLite::StatementId::StatementId(const char *file,
+                                              int line) :
+      file_(file),
+      line_(line)
+    {
+    }
+
     bool StatementId::operator< (const StatementId& other) const
     {
       if (line_ != other.line_)