r626: no message
[ctsim.git] / src / views.h
index 8a4a78a33a8e710cf592c51f09faaee2057a7a4b..38ea68519962de6a43f4eda0c4d117fe2c8b6bf3 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (c) 1983-2001 Kevin Rosenberg
 **
-**  $Id: views.h,v 1.47 2001/03/01 07:30:49 kevin Exp $
+**  $Id: views.h,v 1.48 2001/03/10 23:14:16 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
@@ -240,6 +240,7 @@ public:
   void OnReconstructFourier (wxCommandEvent& event);
   void OnConvertPolar (wxCommandEvent& event);
   void OnConvertFFTPolar (wxCommandEvent& event);
+  void OnPlotTThetaSampling (wxCommandEvent& event);
   
 #if CTSIM_MDI
   wxDocMDIChildFrame* getFrame() { return m_pFrame; }