Kaydet (Commit) b6d03e9b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wbool-conversion

Change-Id: Idd932fae23b313ea59f79a3159e9f4713e354b36
üst e24ae38c
...@@ -419,7 +419,7 @@ DbgWindow::DbgWindow() : ...@@ -419,7 +419,7 @@ DbgWindow::DbgWindow() :
maLstBox.SetPosPixel( Point( 0, 0 ) ); maLstBox.SetPosPixel( Point( 0, 0 ) );
SetOutputSizePixel( Size( 600, 480 ) ); SetOutputSizePixel( Size( 600, 480 ) );
if ( pData->aDbgWinState ) if ( pData->aDbgWinState[0] )
{ {
OString aState( pData->aDbgWinState ); OString aState( pData->aDbgWinState );
SetWindowState( aState ); SetWindowState( aState );
......
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