@@ -140,7 +140,7 @@ struct area_hover
landmark_dis=0;
}
- std::shared_ptr<business_data> get_business_data(int type)
+ std::shared_ptr<business_data>&get_business_data(int type)
{
if(type>=(int)m_data.size())