diff options
Diffstat (limited to 'include/Exceptions.h')
-rw-r--r-- | include/Exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Exceptions.h b/include/Exceptions.h index 04b30d6..052002e 100644 --- a/include/Exceptions.h +++ b/include/Exceptions.h @@ -77,6 +77,7 @@ class GeneralException : public Base { GeneralException(const GeneralException &); ~GeneralException(); char * GetMsg(); + protected: GeneralException(); char * msg; |