Cleanup: indentation of public/protected/private keywords

This commit is contained in:
Twan van Laarhoven
2020-05-12 21:57:37 +02:00
parent 86aec577a2
commit 0c3712b61a
167 changed files with 751 additions and 752 deletions
+3 -3
View File
@@ -27,7 +27,7 @@ DECLARE_POINTER_TYPE(FakeTextValue);
* 2. Ignore the problem, it will not happen in practice
*/
class TextCtrl : public DataEditor {
public:
public:
TextCtrl(Window* parent, int id, bool multi_line, long style = wxBORDER_THEME);
~TextCtrl();
@@ -57,11 +57,11 @@ class TextCtrl : public DataEditor {
virtual void onChangeSet();
protected:
protected:
virtual void onInit();
virtual wxSize DoGetBestSize() const;
private:
private:
bool multi_line; ///< Multi line text control?
DECLARE_EVENT_TABLE();