Kaydet (Commit) 289e5dbb authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1312088 Uninitialized scalar field

Change-Id: Id04343aa5de0caa5b066d7fbd2fa97b670f5cf54
üst b7cbb9bc
...@@ -25,6 +25,7 @@ class FileViewContainer : public vcl::Window ...@@ -25,6 +25,7 @@ class FileViewContainer : public vcl::Window
, m_pFileView( NULL ) , m_pFileView( NULL )
, m_pTreeView( NULL ) , m_pTreeView( NULL )
, m_pSplitter( NULL ) , m_pSplitter( NULL )
, m_nCurrentFocus( 0 )
{ {
} }
......
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