r342: Added histogram plotting
[ctsim.git] / src / views.h
index 4490689db182153e14bc131f75897a76852ceaab..e8a1f25379a737706b02348f37c48455a135739a 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: views.h,v 1.22 2001/01/02 13:16:43 kevin Exp $
+**  $Id: views.h,v 1.23 2001/01/02 13:57:30 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
@@ -99,7 +99,7 @@ public:
     void OnScaleMinMax (wxCommandEvent& event);
          void OnPlotRow (wxCommandEvent& event);
          void OnPlotCol (wxCommandEvent& event);
-    void OnHistogram (wxCommandEvent& event);
+    void OnPlotHistogram (wxCommandEvent& event);
     void OnCompareRow (wxCommandEvent& event);
     void OnCompareCol (wxCommandEvent& event);