X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..c099b53353ec8c689681a1bc8f5117a584e4098d:/include/wx/palmos/dcclient.h diff --git a/include/wx/palmos/dcclient.h b/include/wx/palmos/dcclient.h index d45b754e44..2adc68fb5b 100644 --- a/include/wx/palmos/dcclient.h +++ b/include/wx/palmos/dcclient.h @@ -50,7 +50,7 @@ protected: void InitDC(); DECLARE_CLASS(wxWindowDCImpl) - DECLARE_NO_COPY_CLASS(wxWindowDCImpl) + wxDECLARE_NO_COPY_CLASS(wxWindowDCImpl); }; class WXDLLIMPEXP_CORE wxClientDCImpl : public wxWindowDCImpl @@ -70,7 +70,7 @@ protected: void InitDC(); DECLARE_CLASS(wxClientDCImpl) - DECLARE_NO_COPY_CLASS(wxClientDCImpl) + wxDECLARE_NO_COPY_CLASS(wxClientDCImpl); }; class WXDLLIMPEXP_CORE wxPaintDCImpl : public wxClientDCImpl @@ -93,7 +93,7 @@ protected: wxPaintDCInfo *FindInCache(size_t *index = NULL) const; DECLARE_CLASS(wxPaintDCImpl) - DECLARE_NO_COPY_CLASS(wxPaintDCImpl) + wxDECLARE_NO_COPY_CLASS(wxPaintDCImpl); }; #endif