Return wxPrintAbortDialog from CreateAbortWindow().
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 9 Aug 2012 15:52:08 +0000 (15:52 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 9 Aug 2012 15:52:08 +0000 (15:52 +0000)
commit446659cac6be2946cc58ccc574fc8a4d1f7bad5a
tree248e4e08697bcfe6d8a56f3ad22be384cc615cb2
parent1a19b3210d97b2c8ad8f3621334cdcd99d5e172a
Return wxPrintAbortDialog from CreateAbortWindow().

Instead of returning a generic wxWindow*, return the type actually used.
It was part of the public header already, but not used in any publicly
visible way.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/prntbase.h
interface/wx/print.h
src/common/prntbase.cpp
src/msw/printwin.cpp