Kaydet (Commit) 7657db1f authored tarafından Michael Stahl's avatar Michael Stahl

sw: overloading in C++ fail episode 6234

Change-Id: Ida670ac9c6687314d8b425c3ac1f9896f54f2a15
(cherry picked from commit a9286c30)
üst 4cc6ad5c
......@@ -187,7 +187,7 @@ void SwFrameMenuButtonBase::dispose()
SwFrameControl::SwFrameControl( const VclPtr<vcl::Window> &pWindow )
{
assert( pWindow != NULL );
assert(static_cast<bool>(pWindow));
mxWindow.reset( pWindow );
mpIFace = dynamic_cast<ISwFrameControl *>( pWindow.get() );
}
......
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