X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/89efaf2b6595e59af618556d7e79492cab50c73c..c79510ca120b9b6d143c278dcf96b1403410121b:/include/wx/palmos/dc.h diff --git a/include/wx/palmos/dc.h b/include/wx/palmos/dc.h index c3170a5de4..32572a25fc 100644 --- a/include/wx/palmos/dc.h +++ b/include/wx/palmos/dc.h @@ -307,7 +307,7 @@ protected: #endif DECLARE_CLASS(wxPalmDCImpl) - DECLARE_NO_COPY_CLASS(wxPalmDCImpl) + wxDECLARE_NO_COPY_CLASS(wxPalmDCImpl); }; // ---------------------------------------------------------------------------- @@ -335,7 +335,7 @@ public: virtual void DoGetSize(int *w, int *h) const { wxASSERT_MSG( m_size.IsFullySpecified(), - _T("size of this DC hadn't been set and is unknown") ); + wxT("size of this DC hadn't been set and is unknown") ); if ( w ) *w = m_size.x; @@ -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