]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/pen.h
Added wxGTK wxBitmapComboBox::DoGetBestSize() implementation that takes bitmap size...
[wxWidgets.git] / include / wx / palmos / pen.h
index 7381b3381f584ae20efb36306e4a503cd07884bc..58eecece9ec94410a8b8746569cbe5c38fb98395 100644 (file)
@@ -57,7 +57,7 @@ private:
     friend class WXDLLIMPEXP_FWD_CORE wxPen;
 
     // Cannot use
-    //  DECLARE_NO_COPY_CLASS(wxPenRefData)
+    //  wxDECLARE_NO_COPY_CLASS(wxPenRefData);
     // because copy constructor is explicitly declared above;
     // but no copy assignment operator is defined, so declare
     // it private to prevent the compiler from defining it: