mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -18,10 +18,10 @@ DECLARE_POINTER_TYPE(Set);
|
||||
// ----------------------------------------------------------------------------- : HtmlExportWindow
|
||||
|
||||
class HtmlExportWindow : public ExportWindowBase {
|
||||
public:
|
||||
public:
|
||||
HtmlExportWindow(Window* parent, const SetP& set, const ExportCardSelectionChoices& cards_choices);
|
||||
|
||||
private:
|
||||
private:
|
||||
PackageList* list; ///< List of templates
|
||||
ExportOptionsEditor* options; ///< Editor for template options
|
||||
SetP set; ///< Set to export
|
||||
|
||||
Reference in New Issue
Block a user