X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fstring-callback.cpp;h=8bf02e6ed8f0d2077e9e09e9d8bd8ef98276f35a;hp=d13fc15845707cba24fc5f5606a07ac10bd97219;hb=f2039d47f9bed8104575da80a2ecf0bb6e37ff8d;hpb=f3e45e41c5f16ccc2538b283897ed6efb07e4ea9 diff --git a/dali-scene-loader/public-api/string-callback.cpp b/dali-scene-loader/public-api/string-callback.cpp index d13fc15..8bf02e6 100644 --- a/dali-scene-loader/public-api/string-callback.cpp +++ b/dali-scene-loader/public-api/string-callback.cpp @@ -1,5 +1,5 @@ /* - * 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. @@ -21,11 +21,10 @@ namespace Dali { namespace SceneLoader { - void DefaultErrorCallback(const std::string& message) { DALI_LOG_ERROR("%s", message.c_str()); } -} -} +} // namespace SceneLoader +} // namespace Dali