Skip to content
Snippets Groups Projects
Commit fbd92a59 authored by marco's avatar marco
Browse files

fix for my previous commit

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2250 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent b3843955
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ namespace ost { ...@@ -27,7 +27,7 @@ namespace ost {
class DLLEXPORT IntegrityError : public Error { class DLLEXPORT IntegrityError : public Error {
public: public:
IntegrityError::IntegrityError(const String& msg): IntegrityError(const String& msg):
Error(msg) Error(msg)
{ } { }
}; };
......
...@@ -29,7 +29,7 @@ namespace ost { ...@@ -29,7 +29,7 @@ namespace ost {
/// \brief Signals access of member functions of invalid handles /// \brief Signals access of member functions of invalid handles
class DLLEXPORT InvalidHandle : public Error { class DLLEXPORT InvalidHandle : public Error {
public: public:
InvalidHandle::InvalidHandle() InvalidHandle()
: Error("Can not access invalid handle or view") : Error("Can not access invalid handle or view")
{} {}
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment