Changes for std::vector removal from api 59/40159/2
authorLee Morgan <Lee.morgan@partner.samsung.com>
Fri, 29 May 2015 13:52:41 +0000 (14:52 +0100)
committerLee Morgan <Lee.morgan@partner.samsung.com>
Fri, 29 May 2015 15:16:17 +0000 (16:16 +0100)
Change-Id: I7f0750c3d5c33b4129ca89dd35674430c60214ca

adaptors/base/performance-logging/networking/event/automation.cpp

index c8a0705..74110f7 100644 (file)
@@ -255,9 +255,9 @@ std::string DumpJson( Dali::Actor actor, int level )
   Dali::Property::IndexContainer indices;
   actor.GetPropertyIndices( indices );
 
-  Dali::Property::IndexContainer::iterator iter = indices.begin();
+  Dali::Property::IndexContainer::Iterator iter = indices.Begin();
   int numCustom = 0;
-  for( ; iter != indices.end() ; iter++ )
+  for( ; iter != indices.End() ; iter++ )
   {
     int i = *iter;
     if( !ExcludeProperty( i ) )