From 6a24c14934d8eebd6574ea32746bf81465b5858b Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 25 Sep 2009 23:17:43 +0000 Subject: [PATCH] Compile correction git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@62135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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