summaryrefslogtreecommitdiffstats
path: root/Project/MainFrame.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2016-08-03 17:43:25 -0300
committerThales1330 <thaleslima.ufu@gmail.com>2016-08-03 17:43:25 -0300
commit46c9d3fe586fb5c8ac75384b62a79971f96a5b88 (patch)
tree686264564945c68f788887a2745f08f8bb3f0926 /Project/MainFrame.h
parent0b720e578e0e91262e04651ce81cd2e7f6828967 (diff)
downloadPSP.git-46c9d3fe586fb5c8ac75384b62a79971f96a5b88.tar.gz
PSP.git-46c9d3fe586fb5c8ac75384b62a79971f96a5b88.tar.xz
PSP.git-46c9d3fe586fb5c8ac75384b62a79971f96a5b88.zip
Bus implemented, selection not working
Selection to move fail
Diffstat (limited to 'Project/MainFrame.h')
-rw-r--r--Project/MainFrame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Project/MainFrame.h b/Project/MainFrame.h
index 22c49ab..241551f 100644
--- a/Project/MainFrame.h
+++ b/Project/MainFrame.h
@@ -26,6 +26,7 @@ enum
class MainFrame : public MainFrameBase
{
public:
+ MainFrame();
MainFrame(wxWindow* parent, wxLocale* locale);
~MainFrame();
@@ -65,7 +66,7 @@ class MainFrame : public MainFrameBase
private:
std::vector<Workspace*> m_workspaceList;
- int m_projectNumber = 1;
+ int m_projectNumber = 1;
wxRibbonMetroArtProvider* m_artMetro;
wxMenu* m_addElementsMenu;