X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Fbuilder-impl.h;h=049b3cec2a452a41efd14a8dd9e4bdfcb50a1d42;hb=8bb92d7d1170f2ddf59da60bd3588be601ef8cd2;hp=7830e686a28e9696e5b1585bc30b64afe270127d;hpb=acd889e1216f09643136902ba7a115c2e5589418;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/builder/builder-impl.h b/dali-toolkit/internal/builder/builder-impl.h old mode 100755 new mode 100644 index 7830e68..049b3ce --- a/dali-toolkit/internal/builder/builder-impl.h +++ b/dali-toolkit/internal/builder/builder-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_BUILDER_H /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -22,7 +22,6 @@ #include #include #include -#include #include #include #include @@ -231,7 +230,7 @@ public: protected: - virtual ~Builder(); + ~Builder() override; private: typedef std::vector KeyStack;