diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-09-04 20:33:18 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2002-09-04 20:33:18 +0000 |
| commit | 32b9640e1ca9ce14f802309ad7818c23910dc62c (patch) | |
| tree | c89669a586e5bb23416841d4924520d8ea9a5175 /FL/Fl_Chart.H | |
| parent | 0196542a090c4f225061553fdfbf234cb9da89ab (diff) | |
Fixes from Matthew Morrise.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2618 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Fl_Chart.H')
| -rw-r--r-- | FL/Fl_Chart.H | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/FL/Fl_Chart.H b/FL/Fl_Chart.H index 11af43fbb..ea5106e21 100644 --- a/FL/Fl_Chart.H +++ b/FL/Fl_Chart.H @@ -1,5 +1,5 @@ // -// "$Id: Fl_Chart.H,v 1.6.2.3.2.3 2002/08/14 16:49:37 easysw Exp $" +// "$Id: Fl_Chart.H,v 1.6.2.3.2.4 2002/09/04 20:33:17 easysw Exp $" // // Forms chart header file for the Fast Light Tool Kit (FLTK). // @@ -63,6 +63,7 @@ protected: void draw(); public: Fl_Chart(int,int,int,int,const char * = 0); + ~Fl_Chart(); void clear(); void add(double, const char * =0, unsigned=0); void insert(int, double, const char * =0, unsigned=0); @@ -85,5 +86,5 @@ public: #endif // -// End of "$Id: Fl_Chart.H,v 1.6.2.3.2.3 2002/08/14 16:49:37 easysw Exp $". +// End of "$Id: Fl_Chart.H,v 1.6.2.3.2.4 2002/09/04 20:33:17 easysw Exp $". // |
