diff options
Diffstat (limited to 'libdbpp/error.h')
-rw-r--r-- | libdbpp/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbpp/error.h b/libdbpp/error.h index 99a28cb..05f0a39 100644 --- a/libdbpp/error.h +++ b/libdbpp/error.h @@ -37,7 +37,7 @@ namespace DB { }; class DLL_PUBLIC UnexpectedNullValue : public AdHoc::Exception<Error> { - public: + public: UnexpectedNullValue(const char * const from); private: |