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
Branches
Tags
No related merge requests found
......@@ -27,7 +27,7 @@ namespace ost {
class DLLEXPORT IntegrityError : public Error {
public:
IntegrityError::IntegrityError(const String& msg):
IntegrityError(const String& msg):
Error(msg)
{ }
};
......
......@@ -29,7 +29,7 @@ namespace ost {
/// \brief Signals access of member functions of invalid handles
class DLLEXPORT InvalidHandle : public Error {
public:
InvalidHandle::InvalidHandle()
InvalidHandle()
: 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