From fbd92a59982561f8efef44ef57543791eaf218d7 Mon Sep 17 00:00:00 2001
From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Wed, 12 May 2010 09:03:56 +0000
Subject: [PATCH] fix for my previous commit

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2250 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/base/src/integrity_error.hh | 2 +-
 modules/base/src/invalid_handle.hh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/base/src/integrity_error.hh b/modules/base/src/integrity_error.hh
index 95f371dc8..ba3271fae 100644
--- a/modules/base/src/integrity_error.hh
+++ b/modules/base/src/integrity_error.hh
@@ -27,7 +27,7 @@ namespace ost {
 
 class DLLEXPORT IntegrityError : public Error {
 public:
-  IntegrityError::IntegrityError(const String& msg):
+  IntegrityError(const String& msg):
     Error(msg)
   { } 
 };
diff --git a/modules/base/src/invalid_handle.hh b/modules/base/src/invalid_handle.hh
index 33292cfe0..fdb56203e 100644
--- a/modules/base/src/invalid_handle.hh
+++ b/modules/base/src/invalid_handle.hh
@@ -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") 
   {}
 }; 
-- 
GitLab