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

mpGlobalMgr must already exist if we're copying from another GraphicObject

Change-Id: I7befa3bf8c80ed71d13a1481569bb046036cbd21
üst 6c272503
......@@ -97,7 +97,6 @@ GraphicObject::GraphicObject( const GraphicObject& rGraphicObj ) :
maLink ( rGraphicObj.maLink ),
maUserData ( rGraphicObj.maUserData )
{
ImplEnsureGraphicManager();
ImplConstruct();
ImplAssignGraphicData();
mpGlobalMgr->ImplRegisterObj(*this, maGraphic, nullptr, &rGraphicObj);
......
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