mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 13:17:00 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//| License: GNU General Public License 2 or later (see file COPYING) |
|
||||
//+----------------------------------------------------------------------------+
|
||||
|
||||
#pragma once
|
||||
#pragma once
|
||||
|
||||
// ----------------------------------------------------------------------------- : Includes
|
||||
|
||||
@@ -17,11 +17,11 @@ class AutoReplaceList;
|
||||
|
||||
/// A window for editing the AutoReplace words
|
||||
class AutoReplaceWindow : public wxDialog {
|
||||
public:
|
||||
public:
|
||||
/// Edit auto replace words for the given game
|
||||
AutoReplaceWindow(Window* parent, const Game& game);
|
||||
|
||||
private:
|
||||
private:
|
||||
DECLARE_EVENT_TABLE();
|
||||
|
||||
AutoReplaceList* list;
|
||||
|
||||
Reference in New Issue
Block a user