[core] bookmark test fix

This commit is contained in:
ExMix 2014-06-18 11:31:41 +03:00 committed by Alex Zolotarev
parent 44644d6f14
commit 331234daed

View file

@ -163,8 +163,8 @@ namespace
void UserMarkContainer::InitPoiSelectionMark(UserMarkContainer * container)
{
ASSERT(s_selectionUserMark == NULL, ());
s_selectionUserMark.reset(new PoiMarkPoint(container));
if (s_selectionUserMark == NULL)
s_selectionUserMark.reset(new PoiMarkPoint(container));
}
PoiMarkPoint * UserMarkContainer::UserMarkForPoi()