From d1b893e6757270b0f246a7657d7b6701dcea3b87 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Wed, 27 Jul 2016 23:41:41 -0300 Subject: Main frame under construction Ribbon bar icons done, all controllers set, does nothing --- Project/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Project/main.cpp') diff --git a/Project/main.cpp b/Project/main.cpp index 81dccbc..5953806 100644 --- a/Project/main.cpp +++ b/Project/main.cpp @@ -1,8 +1,9 @@ #include #include -#include "MainFrame.h" #include +#include "MainFrame.h" + // Define the MainApp class MainApp : public wxApp { -- cgit