r184: *** empty log message ***
[ctsim.git] / include / sgp.h
index 7cda247c9c52b2e64758807d06be24e64cc03f3b..62407526e47f75efe1c439429086382400c57a12 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: sgp.h,v 1.13 2000/08/02 18:06:00 kevin Exp $
+**  $Id: sgp.h,v 1.14 2000/08/25 15:59:13 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
@@ -137,6 +137,10 @@ private:
   static RGBColor s_aRGBColor[];
   static int s_iRGBColorCount;
 
+#if HAVE_WXWINDOWS
+  wxPen* m_pPen;
+#endif
+
 public:
   enum {                  // linestyles 
       LS_NOLINE = 0,