X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Findex.h;h=9ad5fc2e2cf87f736182835e384e81520930b1fb;hb=aefac7b91818861d25e2312ea4b63d2deb1a9a86;hp=278f19a3fb0f71ea6ab5b971d2f0835eb26ed9d1;hpb=7a315fe9869206bf6ad3195931f27d88fe9c128e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-scene-loader/public-api/index.h b/dali-scene-loader/public-api/index.h index 278f19a..9ad5fc2 100644 --- a/dali-scene-loader/public-api/index.h +++ b/dali-scene-loader/public-api/index.h @@ -1,7 +1,7 @@ #ifndef DALI_SCENE_LOADER_INDEX_H_ #define DALI_SCENE_LOADER_INDEX_H_ /* - * Copyright (c) 2020 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. @@ -27,12 +27,11 @@ namespace Dali { namespace SceneLoader { - using Index = uint32_t; constexpr Index INVALID_INDEX = static_cast(-1); -} -} +} // namespace SceneLoader +} // namespace Dali #endif //DALI_SCENE_LOADER_INDEX_H_