CID#1103749 unintialized member

Change-Id: I33f92b9fc6adc6fabc9732c4e62e7331e0baba25
This commit is contained in:
Caolán McNamara 2013-10-11 08:57:01 +01:00
parent ec3a4bfbf5
commit 2f6b2cf6e9

View file

@ -378,6 +378,7 @@ namespace oglcanvas
CanvasHelper::CanvasHelper() :
mpDevice( NULL ),
mpDeviceHelper( NULL ),
mpRecordedActions()
{}