X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4871079576fc5ba20a0f78bdfbe9d7c6d3ce47a8..93ed8ff7707eec179cf99f2f2f3c36f27916b068:/include/wx/object.h diff --git a/include/wx/object.h b/include/wx/object.h index 8f949c0979..0b5978bf98 100644 --- a/include/wx/object.h +++ b/include/wx/object.h @@ -409,9 +409,9 @@ public: virtual ~wxObject() { UnRef(); } wxObject(const wxObject& other) - { - InitFrom(other); - } + { + InitFrom(other); + } wxObject& operator=(const wxObject& other) {