X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdocs.h;h=86f6cce7f7c8c2be4aea9bd86e80107f06bb21df;hb=103b084776d861a93e851ebff9c72798019b7561;hp=9b54e37c53928c81852e0885bb79f9170591b2cb;hpb=31a835d9aebd8acb367a033cc92efb4c944a7b4d;p=ctsim.git diff --git a/src/docs.h b/src/docs.h index 9b54e37..86f6cce 100644 --- a/src/docs.h +++ b/src/docs.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: docs.h,v 1.19 2001/01/30 10:58:13 kevin Exp $ +** $Id: docs.h,v 1.20 2001/01/31 01:01:22 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 @@ -219,7 +219,7 @@ class TextFileDocument: public wxDocument }; - +#if wxUSE_GLCANVAS #include #include @@ -252,5 +252,7 @@ class Graph3dFileDocument: public wxDocument void setBadFileOpen() { m_bBadFileOpen = true; } bool createFromImageFile (const ImageFile& rImageFile); }; +#endif // wxUSE_GLCANVAS + #endif