mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
Cleanup: indentation of public/protected/private keywords
This commit is contained in:
@@ -18,7 +18,7 @@ DECLARE_POINTER_TYPE(TextValue);
|
||||
|
||||
/// Information for search/replace
|
||||
class FindInfo {
|
||||
public:
|
||||
public:
|
||||
FindInfo(wxFindReplaceData& what) : what(what) {}
|
||||
virtual ~FindInfo() {}
|
||||
|
||||
@@ -39,7 +39,7 @@ class FindInfo {
|
||||
/// String to look for
|
||||
inline const String& findString() const { return what.GetFindString(); }
|
||||
|
||||
protected:
|
||||
protected:
|
||||
wxFindReplaceData& what; ///< What to search for, the direction to search in
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user