]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/printwin.cpp
skip the header click event to allow sorting (done in the default handler) to take...
[wxWidgets.git] / src / msw / printwin.cpp
index 281521c391ad20627dc968b66e527237f377955c..41e0c036216745a6647cef452eefe6ed11c7830c 100644 (file)
@@ -508,7 +508,7 @@ public:
                    const wxSize& fullSize)
         : wxDC(new PageFragmentDCImpl((wxMemoryDC*)this, printer, offset, fullSize))
     {
-        wx_static_cast(PageFragmentDCImpl*, m_pimpl)->DoSelect(bmp);
+        static_cast<PageFragmentDCImpl*>(m_pimpl)->DoSelect(bmp);
     }
 };