diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-03 14:14:45 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-03 14:14:45 +0100 |
commit | b6d03e9b555ae68cdf79038136773cca103b283d (patch) | |
tree | a87b073d3c5306a18e8ebbe5d3aec596a6e496a0 /vcl/source/app | |
parent | e24ae38c8ef233e4b44840058e35959194724743 (diff) |
-Werror,-Wbool-conversion
Change-Id: Idd932fae23b313ea59f79a3159e9f4713e354b36
Diffstat (limited to 'vcl/source/app')
-rw-r--r-- | vcl/source/app/dbggui.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/app/dbggui.cxx b/vcl/source/app/dbggui.cxx index d13dc81a2d59..4ff4db9380a7 100644 --- a/vcl/source/app/dbggui.cxx +++ b/vcl/source/app/dbggui.cxx @@ -419,7 +419,7 @@ DbgWindow::DbgWindow() : maLstBox.SetPosPixel( Point( 0, 0 ) ); SetOutputSizePixel( Size( 600, 480 ) ); - if ( pData->aDbgWinState ) + if ( pData->aDbgWinState[0] ) { OString aState( pData->aDbgWinState ); SetWindowState( aState ); |