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:
+1
-1
@@ -36,7 +36,7 @@ ScriptValueP export_set(SetP const& set, vector<CardP> const& cards, ExportTempl
|
||||
/** This class is used by wxWidgets as a kind of 'main function'
|
||||
*/
|
||||
class MSE : public wxApp {
|
||||
public:
|
||||
public:
|
||||
/// Do nothing. The command line parsing, etc. is done in OnRun
|
||||
bool OnInit() { return true; }
|
||||
/// Main startup function of the program
|
||||
|
||||
Reference in New Issue
Block a user