Compilation fix for non-PCH build in wxGenericRichMessageDialog code.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Aug 2010 00:06:12 +0000 (00:06 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Aug 2010 00:06:12 +0000 (00:06 +0000)
commitd482d5e468af38b66e8181760d5214c518255355
treef4439651b5659f08e8df96b631f9bd77222c9c60
parent84bf3902cfd2eb61681163ddcf1d4f6c4aa166a1
Compilation fix for non-PCH build in wxGenericRichMessageDialog code.

Move IsCheckBoxChecked() to the .cpp file where wxCheckBox is fully defined
and not just forward declared (at least when not using PCH).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/richmsgdlgg.h
src/generic/richmsgdlgg.cpp