Use modern construct 'using' instead of typedef.
[platform/core/uifw/dali-core.git] / dali / internal / render / renderers / render-renderer.h
index 5f4bbfb..089fb4e 100755 (executable)
@@ -459,7 +459,7 @@ private:
     const PropertyInputImpl*   propertyValue;
   };
 
-  typedef Dali::Vector< UniformIndexMap > UniformIndexMappings;
+  using UniformIndexMappings = Dali::Vector<UniformIndexMap>;
 
   UniformIndexMappings         mUniformIndexMap;
   Vector<GLint>                mAttributesLocation;