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

coverity#708646 Uninitialized scalar field

Change-Id: I16d70c8e8d7da22a98ec04fca6b88f3b51577fde
üst 92204f06
......@@ -76,6 +76,8 @@ KeyCode::KeyCode( KeyFuncType eFunction )
KeyCode::KeyCode( const ResId& rResId )
: nCode(0)
, eFunc(KEYFUNC_DONTKNOW)
{
rResId.SetRT( RSC_KEYCODE );
......
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