]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Merge branch 'master' of newgeom:newgeom.git
authorvsv <vsv@coldrex.nnov.opencascade.com>
Mon, 5 May 2014 09:46:02 +0000 (13:46 +0400)
committervsv <vsv@coldrex.nnov.opencascade.com>
Mon, 5 May 2014 09:46:02 +0000 (13:46 +0400)
src/Events/Events_Error.cpp

index eba313e5f1a9a42ad1b090e8c52d9a45e90e2c74..ae5d83c375c5182736ba73aa3fe4e1ca19f18535 100644 (file)
@@ -35,7 +35,7 @@ void Events_Error::send(char* theDescription, const void* theSender)
   Events_Loop::loop()->send(anError);
 }
 
-static void send(std::string theDescription, const void* theSender = 0)
+void Events_Error::send(std::string theDescription, const void* theSender)
 {
   Events_Error::send(theDescription.c_str(), theSender);
 }