]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/dc.h
Add option FILE* parameter to wxMessageOutputStderr ctor, just as with wxLogStderr.
[wxWidgets.git] / include / wx / palmos / dc.h
index c3170a5de48cf74f3b9cfb38997a278b3ef73753..07565d3b4f133e0f63c41b93010f1047a9234695 100644 (file)
@@ -307,7 +307,7 @@ protected:
 #endif
 
     DECLARE_CLASS(wxPalmDCImpl)
-    DECLARE_NO_COPY_CLASS(wxPalmDCImpl)
+    wxDECLARE_NO_COPY_CLASS(wxPalmDCImpl);
 };
 
 // ----------------------------------------------------------------------------
@@ -348,7 +348,7 @@ private:
     // find it ourselves
     const wxSize m_size;
 
-    DECLARE_NO_COPY_CLASS(wxDCTempImpl)
+    wxDECLARE_NO_COPY_CLASS(wxDCTempImpl);
 };
 
 class WXDLLIMPEXP_CORE wxDCTemp : public wxDC