fix Coverity warning (CID 151565) (CID 155147)

This commit is contained in:
jean-pierre charras 2017-04-01 14:48:13 +02:00
parent 04e24282a8
commit 6eb2000b69
2 changed files with 3 additions and 0 deletions

View File

@ -70,6 +70,8 @@ C3D_RENDER_RAYTRACING::C3D_RENDER_RAYTRACING( CINFO3D_VISU &aSettings ) :
m_isPreview = false;
m_rt_render_state = RT_RENDER_STATE_MAX; // Set to an initial invalid state
m_stats_start_rendering_time = 0;
m_nrBlocksRenderProgress = 0;
}

View File

@ -50,6 +50,7 @@ public:
m_view( nullptr ),
m_flags( KIGFX::VISIBLE ),
m_requiredUpdate( KIGFX::NONE ),
m_drawPriority( 0 ),
m_groups( nullptr ),
m_groupsSize( 0 ) {}