mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -17,14 +17,14 @@
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
class ProfilerPanel : public wxPanel {
|
||||
public:
|
||||
public:
|
||||
ProfilerPanel(wxWindow* parent, bool fancy_effects);
|
||||
~ProfilerPanel();
|
||||
|
||||
virtual bool AcceptsFocus() const { return false; }
|
||||
virtual wxSize DoGetBestSize() const;
|
||||
|
||||
private:
|
||||
private:
|
||||
bool fancy_effects;
|
||||
wxTimer timer;
|
||||
wxStopWatch stopwatch;
|
||||
|
||||
Reference in New Issue
Block a user