mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 21:47:00 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -14,10 +14,10 @@
|
||||
|
||||
/// Dialog for the program settings, rendered as a set of pages
|
||||
class PreferencesWindow : public wxDialog {
|
||||
public:
|
||||
public:
|
||||
PreferencesWindow(Window* parent);
|
||||
|
||||
private:
|
||||
private:
|
||||
DECLARE_EVENT_TABLE();
|
||||
|
||||
/// Close the dialog, and store all settings
|
||||
|
||||
Reference in New Issue
Block a user