]> Creatis software - creaImageIO.git/blobdiff - src/CppSQLite3.h
*** empty log message ***
[creaImageIO.git] / src / CppSQLite3.h
index 891170b0694470dd2fb57318c06a3e8ef812edd5..c45c9cb81ee30eedd8d001cab8dec3ad1997142f 100644 (file)
@@ -39,9 +39,12 @@ class CppSQLite3Exception
 public:\r
 \r
     CppSQLite3Exception(const int nErrCode,\r
-                    char* szErrMess,\r
-                    bool bDeleteMsg=true);\r
-\r
+                       char* szErrMess,\r
+                       bool bDeleteMsg=true);\r
+  CppSQLite3Exception(const int nErrCode,\r
+                     const char* szErrMess,\r
+                     bool bDeleteMsg=true);\r
+  \r
     CppSQLite3Exception(const CppSQLite3Exception&  e);\r
 \r
     virtual ~CppSQLite3Exception();\r