Commit 23f20d99 authored by Olivier Teulière's avatar Olivier Teulière

* skins2/win32/win32_factory.cpp: compilation fix

parent 6351e9c9
......@@ -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 );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment