oops, fix compilation after last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-05-10 21:02:36 +00:00
parent b29e8302f4
commit f79c87817e

View File

@@ -419,7 +419,7 @@ public:
wxString MakeNewDocumentName() const
{
wxString s;
MakeDefaultName(s);
wx_const_cast(wxDocManager *, this)->MakeDefaultName(s);
return s;
}
#endif // wx ABI >= 2.8.8