]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/object.h
Use *wxTopLevelWindowGTK*RequestUserAttention*; because *int* isn't the case always...
[wxWidgets.git] / include / wx / object.h
index 8f949c0979586d1cfd09edf12400efd918e89511..0b5978bf984fbad76fd0bd04bc63c8fdcf15cff8 100644 (file)
@@ -409,9 +409,9 @@ public:
     virtual ~wxObject() { UnRef(); }
 
     wxObject(const wxObject& other)
-        {
-            InitFrom(other);
-        }
+    {
+        InitFrom(other);
+    }
 
     wxObject& operator=(const wxObject& other)
     {