Fix declaration of ngscript

This commit is contained in:
Matthias Hochsteger 2020-03-02 18:03:54 +01:00
parent 1d652d8206
commit bd600f48ac

View File

@ -206,7 +206,7 @@ int main(int argc, char ** argv)
cout << "using internal Tcl-script" << endl;
// connect to one string
DLL_HEADER const char * ngscript[];
DLL_HEADER extern const char * ngscript[];
const char ** hcp = ngscript;
int len = 0;
while (*hcp)