X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Fjson-parser-impl.h;h=f635a827cbe9bbf855aa23bec9faabe2bba9619a;hb=5075ccc3be07ba0da557493efc026ecb2a5373fe;hp=dbdbf45e0224139525aaaf2b1c614b27fca576f4;hpb=c2c26bbf1ab67ccf1a74c920ab1189cf24255daf;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/builder/json-parser-impl.h b/dali-toolkit/internal/builder/json-parser-impl.h index dbdbf45..f635a82 100644 --- a/dali-toolkit/internal/builder/json-parser-impl.h +++ b/dali-toolkit/internal/builder/json-parser-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_JSON_PARSER_IMPL_H__ -#define __DALI_JSON_PARSER_IMPL_H__ +#ifndef DALI_JSON_PARSER_IMPL_H +#define DALI_JSON_PARSER_IMPL_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -57,7 +57,7 @@ public: /* */ - ~JsonParser(); + ~JsonParser() override; /* * @copydoc Toolkit::JsonParser::Parse() @@ -155,4 +155,4 @@ inline Internal::JsonParser& GetImplementation(Toolkit::JsonParser& parser) } // namespace Dali -#endif // __DALI_JSON_PARSER_IMPL_H__ +#endif // DALI_JSON_PARSER_IMPL_H