Merge "Remove uniform hash" into devel/master
[platform/core/uifw/dali-core.git] / dali / internal / common / buffer-index.h
index 4901d44..a82777f 100644 (file)
@@ -2,7 +2,7 @@
 #define DALI_INTERNAL_BUFFER_INDEX_H
 
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 namespace Dali
 {
-
 namespace Internal
 {
-
-typedef uint32_t BufferIndex;
+using BufferIndex = uint32_t;
 
 } // namespace Internal