mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-26 20:25:58 +00:00
Build fix for linux (don't want to require the very latest wxWidgets).
Very minor cleanup. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4233 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
3b76f6dc80
commit
e3d505c631
4 changed files with 24 additions and 22 deletions
|
@ -45,7 +45,6 @@ class CLogWindow;
|
|||
class CFrame : public wxFrame
|
||||
{
|
||||
public:
|
||||
|
||||
CFrame(wxFrame* parent,
|
||||
wxWindowID id = wxID_ANY,
|
||||
const wxString& title = wxT("Dolphin"),
|
||||
|
@ -156,7 +155,7 @@ class CFrame : public wxFrame
|
|||
void OnFloatingPageSize(wxSizeEvent& event);
|
||||
void DoFloatNotebookPage(wxWindowID Id);
|
||||
wxFrame * CreateParentFrame(wxWindowID Id = wxID_ANY, const wxString& title = wxT(""), wxWindow * = NULL);
|
||||
// User perspectives
|
||||
// User perspectives. Should find a way to make these private.
|
||||
struct SPerspectives
|
||||
{
|
||||
std::string Name;
|
||||
|
@ -180,7 +179,6 @@ class CFrame : public wxFrame
|
|||
void OnSelectPerspective(wxCommandEvent& event);
|
||||
|
||||
private:
|
||||
|
||||
wxStatusBar* m_pStatusBar;
|
||||
wxBoxSizer* sizerPanel;
|
||||
wxBoxSizer* sizerFrame;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue