]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/mmedia/sndwin.cpp
gtk_frame_focus_out_callback can be called with g_activeFrame
[wxWidgets.git] / contrib / src / mmedia / sndwin.cpp
index b058747e4a920acab1a42ab4fe2c7520ad8ba584..1b1b3f6c42012714b7915326449cc79c2ba76921 100644 (file)
@@ -50,7 +50,7 @@ wxList *wxSoundHandleList = NULL;
 
 static inline wxSoundStreamWin *wxFindSoundFromHandle(WXHWND hWnd)
 {
-  wxNode *node = wxSoundHandleList->Find((long)hWnd);
+  wxObjectList::compatibility_iterator node = wxSoundHandleList->Find((long)hWnd);
   if (!node)
     return NULL;
   return (wxSoundStreamWin *)node->GetData();