X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fviews.h;fp=src%2Fviews.h;h=058cb8bb7fbe94e25b08d0456135d139aced41b4;hb=2ab93c569a4aa84314115e9a5543e8c6d2b43e2a;hp=99551f206930c2e80f47be527a13536524b39dc4;hpb=564c2f25b9026a53b2653b0b008b044e32a13050;p=ctsim.git diff --git a/src/views.h b/src/views.h index 99551f2..058cb8b 100644 --- a/src/views.h +++ b/src/views.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: views.h,v 1.53 2001/03/21 21:45:31 kevin Exp $ +** $Id: views.h,v 1.54 2001/03/30 19:31:17 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); -#if wxUSE_GLCANVAS +#ifdef wxUSE_GLCANVAS void OnConvert3d (wxCommandEvent& event); #endif