]> git.sesse.net Git - vlc/commitdiff
* skins2/win32/win32_factory.cpp: compilation fix
authorOlivier Teulière <ipkiss@videolan.org>
Sat, 13 Mar 2004 23:21:35 +0000 (23:21 +0000)
committerOlivier Teulière <ipkiss@videolan.org>
Sat, 13 Mar 2004 23:21:35 +0000 (23:21 +0000)
modules/gui/skins2/win32/win32_factory.cpp

index 99acc294b55f4395702574494ec879107b2dfb56..82e576f6c82206e4cb3c8b414dff2db0c5401cf5 100644 (file)
@@ -220,7 +220,7 @@ OSTimer *Win32Factory::createOSTimer( const Callback &rCallback )
 
 
 OSWindow *Win32Factory::createOSWindow( GenericWindow &rWindow, bool dragDrop,
-                                        bool playOnDrop )
+                                        bool playOnDrop, OSWindow *pParent )
 {
     return new Win32Window( getIntf(), rWindow, m_hInst, m_hParentWindow,
                             dragDrop, playOnDrop );