diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index 7b92082f5a..233986fffa 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -693,7 +693,7 @@ public: private: HANDLE m_hPrinter; - wxDECLARE_NO_COPY_CLASS(WinPrinter); + DECLARE_NO_COPY_CLASS(WinPrinter); }; // register the class when it is first needed and unregister it in dtor