summaryrefslogtreecommitdiffstats
path: root/Project/MainFrame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/MainFrame.cpp')
-rw-r--r--Project/MainFrame.cpp4
1 files changed, 4 insertions, 0 deletions
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;