mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -23,7 +23,7 @@ enum AddingOrRemoving {ADD, REMOVE};
|
||||
/// Adding or removing some objects from a vector
|
||||
template <typename T>
|
||||
class GenericAddAction {
|
||||
public:
|
||||
public:
|
||||
GenericAddAction(AddingOrRemoving, const T& item, const vector<T>& container);
|
||||
GenericAddAction(AddingOrRemoving, const vector<T>& items, const vector<T>& container);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user