X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-scene-loader%2Fpublic-api%2Fstring-callback.cpp;h=8bf02e6ed8f0d2077e9e09e9d8bd8ef98276f35a;hb=78c9c036de63d8b56040e11dd91e9f5370091c57;hp=d13fc15845707cba24fc5f5606a07ac10bd97219;hpb=02557f62f8d171115d885c87c138faec2a3cb923;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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