X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FCppSQLite3.h;h=c45c9cb81ee30eedd8d001cab8dec3ad1997142f;hb=71365e2ce56b1ccf93054818d5d5cf64bcbaafb4;hp=891170b0694470dd2fb57318c06a3e8ef812edd5;hpb=684add23b4f64cb3c6e39e12a4af20d2c2500df6;p=creaImageIO.git diff --git a/src/CppSQLite3.h b/src/CppSQLite3.h index 891170b..c45c9cb 100644 --- a/src/CppSQLite3.h +++ b/src/CppSQLite3.h @@ -39,9 +39,12 @@ class CppSQLite3Exception public: CppSQLite3Exception(const int nErrCode, - char* szErrMess, - bool bDeleteMsg=true); - + char* szErrMess, + bool bDeleteMsg=true); + CppSQLite3Exception(const int nErrCode, + const char* szErrMess, + bool bDeleteMsg=true); + CppSQLite3Exception(const CppSQLite3Exception& e); virtual ~CppSQLite3Exception();