X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96d38c7e0df2138cff3505dbba7d93111254ba5f..f60b1d829dd8a6d5e47a2adcd3690acb3bd10150:/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) {