From 46c9d3fe586fb5c8ac75384b62a79971f96a5b88 Mon Sep 17 00:00:00 2001 From: Thales1330 Date: Wed, 3 Aug 2016 17:43:25 -0300 Subject: Bus implemented, selection not working Selection to move fail --- Project/MainFrame.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Project/MainFrame.cpp') diff --git a/Project/MainFrame.cpp b/Project/MainFrame.cpp index 9769a1f..aa9164e 100644 --- a/Project/MainFrame.cpp +++ b/Project/MainFrame.cpp @@ -2,6 +2,10 @@ #include "ArtMetro.h" #include "Workspace.h" +MainFrame::MainFrame() : MainFrameBase(NULL) +{ +} + MainFrame::MainFrame(wxWindow* parent, wxLocale* locale) : MainFrameBase(parent) { m_locale = locale; -- cgit