wxUSE_STL fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-07-23 08:58:29 +00:00
parent 886c25325e
commit 9738cd3118

View File

@@ -193,7 +193,7 @@ void Game::DoMove(wxDC& dc, Pile* src, Pile* dest)
if (frame)
{
wxNode *node = (wxNode *)frame->GetChildren().GetFirst();
wxWindowList::compatibility_iterator node = frame->GetChildren().GetFirst();
if (node) canvas = (wxWindow*)node->GetData();
}