1
0
Prechádzať zdrojové kódy

Merge branch 'master' of http://local.beijingyongan.com:3000/linux-dev/ya-serv

lixioayao 6 rokov pred
rodič
commit
6cd13a6816
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      area.h

+ 1 - 1
area.h

@@ -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())
 		{