From bd7e9a20af6562dd99542742e544a2ab977edb97 Mon Sep 17 00:00:00 2001 From: Gerhard Kitzler Date: Thu, 9 Oct 2014 07:57:43 +0000 Subject: [PATCH] changed a definition to a declaration --- ng/ngpkg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ng/ngpkg.cpp b/ng/ngpkg.cpp index a6d64928..750105c9 100644 --- a/ng/ngpkg.cpp +++ b/ng/ngpkg.cpp @@ -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";