mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-23 17:58:44 +00:00
MemcardManager: Correct class indentation
This commit is contained in:
parent
072150589e
commit
0f3e4c50e1
1 changed files with 116 additions and 116 deletions
|
@ -25,13 +25,13 @@ class wxStaticText;
|
|||
|
||||
class CMemcardManager : public wxDialog
|
||||
{
|
||||
public:
|
||||
public:
|
||||
|
||||
CMemcardManager(wxWindow *parent, wxWindowID id = wxID_ANY, const wxString& title = wxGetTranslation(MEMCARDMAN_TITLE),
|
||||
const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = MEMCARD_MANAGER_STYLE);
|
||||
virtual ~CMemcardManager();
|
||||
|
||||
private:
|
||||
private:
|
||||
DECLARE_EVENT_TABLE();
|
||||
|
||||
int page[2];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue