Skip to content

Commit

Permalink
Fix declaration of ngscript
Browse files Browse the repository at this point in the history
  • Loading branch information
mhochsteger committed Mar 2, 2020
1 parent 1d652d8 commit bd600f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ng/ngappinit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bd600f4

Please sign in to comment.