r1948: *** empty log message ***
[ctsim.git] / libctsupport / globalvars.cpp
index d893dbad76587f21b7bac79b3aa332cfd2142b24..ad6261c35a14da5ad2ec4e29ad42343074f24c62 100644 (file)
@@ -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