From 8824eb42aed594822b1a46e0d1492535efacda0e Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 10 Apr 2018 22:09:52 -0300 Subject: Base folder strategy abandoned due compatibility with wxCrafter --- Project/ChartView.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Project/ChartView.h') diff --git a/Project/ChartView.h b/Project/ChartView.h index b5d1766..82bb621 100644 --- a/Project/ChartView.h +++ b/Project/ChartView.h @@ -17,7 +17,7 @@ #ifndef CHARTVIEW_H #define CHARTVIEW_H -#include "base/ChartViewBase.h" +#include "ChartViewBase.h" #include "wxMathPlot/mathplot.h" #include -- cgit