mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 15:55:31 +01:00
Merge pull request #1335 from lioncash/indent
Debugger: Fix class indentation
This commit is contained in:
commit
ea16b2d065
@ -32,19 +32,16 @@ class wxListBox;
|
||||
class wxMenu;
|
||||
class wxMenuBar;
|
||||
|
||||
class CCodeWindow
|
||||
: public wxPanel
|
||||
class CCodeWindow : public wxPanel
|
||||
{
|
||||
public:
|
||||
|
||||
CCodeWindow(const SCoreStartupParameter& _LocalCoreStartupParameter,
|
||||
CFrame * parent,
|
||||
wxWindowID id = wxID_ANY,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
const wxSize& size = wxDefaultSize,
|
||||
long style = wxTAB_TRAVERSAL | wxBORDER_NONE,
|
||||
const wxString& name = _("Code")
|
||||
);
|
||||
const wxString& name = _("Code"));
|
||||
|
||||
void Load();
|
||||
void Save();
|
||||
@ -108,7 +105,6 @@ class CCodeWindow
|
||||
int iNbAffiliation[IDM_CODEWINDOW - IDM_LOGWINDOW + 1];
|
||||
|
||||
private:
|
||||
|
||||
enum
|
||||
{
|
||||
// Debugger GUI Objects
|
||||
|
@ -22,11 +22,9 @@ class wxListBox;
|
||||
class wxTextCtrl;
|
||||
class wxWindow;
|
||||
|
||||
class CMemoryWindow
|
||||
: public wxPanel
|
||||
class CMemoryWindow : public wxPanel
|
||||
{
|
||||
public:
|
||||
|
||||
CMemoryWindow(wxWindow* parent,
|
||||
wxWindowID id = wxID_ANY,
|
||||
const wxPoint& pos = wxDefaultPosition,
|
||||
|
Loading…
x
Reference in New Issue
Block a user