r651: *** empty log message ***
[ctsim.git] / src / views.h
index 058cb8bb7fbe94e25b08d0456135d139aced41b4..01f8945d0388a9850e6d716eb0b96c2ae1eb1ad3 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: views.h,v 1.54 2001/03/30 19:31:17 kevin Exp $
+**  $Id: views.h,v 1.55 2001/03/30 21:01:15 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
@@ -115,7 +115,7 @@ public:
   void OnInverseFourier (wxCommandEvent& event);
   void OnShuffleNaturalToFourierOrder (wxCommandEvent& event);
   void OnShuffleFourierToNaturalOrder (wxCommandEvent& event);
-#ifdef wxUSE_GLCANVAS
+#if wxUSE_GLCANVAS
   void OnConvert3d (wxCommandEvent& event);
 #endif