Kaydet (Commit) 0e843513 authored tarafından Caolán McNamara's avatar Caolán McNamara

silence macosx uninitialized warning

Change-Id: I8472cf79aaf193ce63a1d2bfa9d329ad35ddd2c6
üst 288aebef
......@@ -240,7 +240,7 @@ void Layout::SplittedSide::ArrangeIn (Rectangle const& rRect)
}
// positioning separator lines and windows
bool bPrevDocked; // is the previous window docked?
bool bPrevDocked = false; // is the previous window docked?
int nStartPos = nPos2; // window position in the strip
for (unsigned i = 0; i != vWindows.size(); ++i)
{
......
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