X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsupport%2Fglobalvars.cpp;h=ad6261c35a14da5ad2ec4e29ad42343074f24c62;hp=d893dbad76587f21b7bac79b3aa332cfd2142b24;hb=512ebbafa4666521b5a8acef939e89dcec6e2643;hpb=c06595af2aec45b33ad8b731ea5775ac72b42d1d diff --git a/libctsupport/globalvars.cpp b/libctsupport/globalvars.cpp index d893dba..ad6261c 100644 --- a/libctsupport/globalvars.cpp +++ b/libctsupport/globalvars.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: globalvars.cpp,v 1.1 2002/05/05 10:13:13 kevin Exp $ +** $Id: globalvars.cpp,v 1.2 2002/05/05 10:54:34 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -32,7 +32,7 @@ #include "../src/ctsim.h" bool g_bRunningWXWindows = false; -class CTSimApp* theApp = NULL; +CTSimApp* theApp = NULL; #endif