]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
Added a wxDataFormat::SetAtom() inline function.
[wxWidgets.git] / include / wx / window.h
index 78b1fd342a0e19c451df94de50f60093d9c6ec00..e801a29cf59f181f79513199d339c85d3f426f59 100644 (file)
@@ -723,10 +723,7 @@ private:
     // contains the last id generated by NewControlId
     static int ms_lastControlId;
 
-    // no copy ctor/assignment operator
-    wxWindowBase(const wxWindowBase&);
-    wxWindowBase& operator=(const wxWindowBase&);
-
+    DECLARE_NO_COPY_CLASS(wxWindowBase);
     DECLARE_EVENT_TABLE()
 };