X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=include%2Fsgp.h;h=62407526e47f75efe1c439429086382400c57a12;hp=7cda247c9c52b2e64758807d06be24e64cc03f3b;hb=1e88cf0f7fa4f690ea9f110e8ed3f2b5338d0a10;hpb=74a34e63a9a356e1467acdba65497ab15190dde0 diff --git a/include/sgp.h b/include/sgp.h index 7cda247..6240752 100644 --- a/include/sgp.h +++ b/include/sgp.h @@ -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,