Ensure BaseHandle class move noexcept (core public-api)
[platform/core/uifw/dali-core.git] / dali / public-api / animation / path.cpp
index d5666a3..133ae94 100644 (file)
@@ -47,9 +47,9 @@ Path::Path(Internal::Path* internal)
 
 Path& Path::operator=(const Path& rhs) = default;
 
-Path::Path(Path&& rhs) = default;
+Path::Path(Path&& rhs) noexcept = default;
 
-Path& Path::operator=(Path&& rhs) = default;
+Path& Path::operator=(Path&& rhs) noexcept = default;
 
 void Path::AddPoint(const Vector3& point)
 {