diff options
Diffstat (limited to 'Project/ChartView.cpp')
-rw-r--r-- | Project/ChartView.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Project/ChartView.cpp b/Project/ChartView.cpp new file mode 100644 index 0000000..a5fe183 --- /dev/null +++ b/Project/ChartView.cpp @@ -0,0 +1,11 @@ +#include "ChartView.h" + +ChartView::ChartView(wxWindow* parent) + : ChartViewBase(parent) +{ +} + +ChartView::~ChartView() +{ +} + |