Use modern construct 'using' instead of typedef.
[platform/core/uifw/dali-core.git] / dali / public-api / math / viewport.h
index fa239c4..51932cc 100644 (file)
@@ -35,7 +35,7 @@ namespace Dali
  * @brief Typedef for a viewport ( a rectangle representing a screen area ).
  * @SINCE_1_0.0
  */
-typedef Rect<int32_t> Viewport;
+using Viewport = Rect<int32_t>;
 
 /**
  * @}