Index: src/libchcore/TSQLiteException.h
===================================================================
diff -u -N -r3397fd021739bea537248415a7b4fc2712dd2320 -rb1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0
--- src/libchcore/TSQLiteException.h	(.../TSQLiteException.h)	(revision 3397fd021739bea537248415a7b4fc2712dd2320)
+++ src/libchcore/TSQLiteException.h	(.../TSQLiteException.h)	(revision b1ecc12ba4c1f2a7b4acd6e82fc4193535e55ff0)
@@ -35,6 +35,8 @@
 		TSQLiteException(EGeneralErrors eErrorCode, int iSQLiteError, const wchar_t* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction);
 		TSQLiteException(EGeneralErrors eErrorCode, int iSQLiteError, const char* pszMsg, const wchar_t* pszFile, size_t stLineNumber, const wchar_t* pszFunction);
 
+		int GetSQLiteError() const;
+
 	private:
 		int m_iSQLiteError;
 	};