diff Orthanc/Core/SQLite/Connection.h @ 85:581937911d14

merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Oct 2015 17:51:49 +0200
parents 15acbf5e7545
children 3809121c3290
line wrap: on
line diff
--- a/Orthanc/Core/SQLite/Connection.h	Tue Oct 13 17:49:27 2015 +0200
+++ b/Orthanc/Core/SQLite/Connection.h	Tue Oct 13 17:51:49 2015 +0200
@@ -46,7 +46,7 @@
 struct sqlite3;
 struct sqlite3_stmt;
 
-#define SQLITE_FROM_HERE SQLite::StatementId(__FILE__, __LINE__)
+#define SQLITE_FROM_HERE ::Orthanc::SQLite::StatementId(__FILE__, __LINE__)
 
 namespace Orthanc
 {