X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdocs.h;h=86f6cce7f7c8c2be4aea9bd86e80107f06bb21df;hp=9b54e37c53928c81852e0885bb79f9170591b2cb;hb=56a484768937a8cb38203516f85106c778aaa97b;hpb=c81a502b726ff9f61d9661979cef0a5d5efadb22 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