r475: no message
[ctsim.git] / src / docs.h
index 9b54e37c53928c81852e0885bb79f9170591b2cb..86f6cce7f7c8c2be4aea9bd86e80107f06bb21df 100644 (file)
@@ -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 <GL/gl.h>
 #include <GL/glu.h>
 
@@ -252,5 +252,7 @@ class Graph3dFileDocument: public wxDocument
   void setBadFileOpen()       { m_bBadFileOpen = true; }
   bool createFromImageFile (const ImageFile& rImageFile);
 };
+#endif // wxUSE_GLCANVAS
+
 
 #endif