]> git.sesse.net Git - vlc/blobdiff - plugins/win32/mainframe.cpp
* ALL: got rid of p_object->p_this which is now useless.
[vlc] / plugins / win32 / mainframe.cpp
index a056b70a416cc3c170c028265cf67a4ff4903276..93641bff8daf3bb08f5ba64655b1b7fd6fee71c7 100644 (file)
@@ -555,7 +555,7 @@ void __fastcall TMainFrameDlg::ButtonGoClick( TObject *Sender )
         p_intf->pf_manage( p_intf );\r
     }\r
 \r
-    network_ChannelJoin( p_intf->p_this, i_channel );\r
+    network_ChannelJoin( p_intf, i_channel );\r
 \r
     /* FIXME 2 */\r
     p_intf->p_vlc->p_playlist->b_stopped = 0;\r