diff options
author | Pixel <Pixel> | 2001-11-19 22:32:34 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-11-19 22:32:34 +0000 |
commit | cca213f6493119ab3f642e08dba798f557630f53 (patch) | |
tree | 38774b6803676235b73b80f06c618a78bf14035d /include/Exceptions.h | |
parent | d994b63efc388311700412d0cb0e6e8e1fae4849 (diff) |
Headers cleaning
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; |