Ignore:
Timestamp:
08/15/2009 05:16:35 PM (3 years ago)
Author:
guyru
Message:

initial working code of simple pie plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/statistics_dialog.h

    r202 r206  
    2222 
    2323#include "statistics.h" 
    24 #include "simple_histogram.h" 
     24#include "simple_pie_plot.h" 
    2525#include <wx/wx.h> 
    2626#include <wx/dialog.h> 
     
    4747        wxStaticText *games_finished; 
    4848        wxStaticText *statistics_reset_date; 
    49         SimpleHistogram* histogram; 
     49        simple_pie_plot::SimplePiePlot* histogram; 
    5050 
    5151        statistics::Statistics* m_stats; 
Note: See TracChangeset for help on using the changeset viewer.