(AutomatedTests) Fix build break
[platform/core/uifw/dali-core.git] / dali / internal / event / actor-attachments / light-attachment-impl.cpp
index 5b44c03..6f6f87b 100644 (file)
@@ -47,7 +47,8 @@ LightAttachmentPtr LightAttachment::New( const SceneGraph::Node& parentNode )
 }
 
 LightAttachment::LightAttachment( Stage& stage )
-: ActorAttachment( stage )
+: ActorAttachment( stage ),
+  mSceneObject( NULL )
 {
   mCachedLight = new Internal::Light( "Unnamed" );
 }