From 41b81949a92aad043caa28b0e1144348d06921f8 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 6 Sep 2017 20:11:37 -0300 Subject: Data report implementation start --- Project/MainFrame.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Project/MainFrame.h') diff --git a/Project/MainFrame.h b/Project/MainFrame.h index f9d9523..47bc5ee 100644 --- a/Project/MainFrame.h +++ b/Project/MainFrame.h @@ -15,6 +15,7 @@ class GeneralPropertiesForm; class SimulationsSettingsForm; class PropertiesData; class ChartView; +class DataReport; enum { ID_ADDMENU_BUS = 20000, -- cgit