changed a definition to a declaration

This commit is contained in:
Gerhard Kitzler 2014-10-09 07:57:43 +00:00
parent f30cbdc90b
commit bd7e9a20af

View File

@ -121,8 +121,8 @@ namespace netgen
char * err_needsmesh = (char*) "This operation needs a mesh";
char * err_jobrunning = (char*) "Meshing Job already running";
extern char * err_needsmesh;// = (char*) "This operation needs a mesh";
extern char * err_jobrunning;// = (char*) "Meshing Job already running";