X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fbuttons%2Ftoggle-button.h;h=93dace9a24a5a90a4d658a23ee7fc40d9ac76020;hp=2e61901ba53f108e6cc13ff2f9c801d380ecb865;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=3da85989734c01ef8767835c06f4f5b4bcf0fc54 diff --git a/dali-toolkit/devel-api/controls/buttons/toggle-button.h b/dali-toolkit/devel-api/controls/buttons/toggle-button.h index 2e61901..93dace9 100644 --- a/dali-toolkit/devel-api/controls/buttons/toggle-button.h +++ b/dali-toolkit/devel-api/controls/buttons/toggle-button.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_TOGGLE_BUTTON_H__ -#define __DALI_TOOLKIT_TOGGLE_BUTTON_H__ +#ifndef DALI_TOOLKIT_TOGGLE_BUTTON_H +#define DALI_TOOLKIT_TOGGLE_BUTTON_H /* - * Copyright (c) 2017 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. @@ -98,7 +98,7 @@ class ToggleButton; * * See Button for more detail on signals and modifying states via properties. */ -class DALI_IMPORT_API ToggleButton : public Button +class DALI_TOOLKIT_API ToggleButton : public Button { public: /** @@ -220,4 +220,4 @@ public: // Not intended for application developers } // namespace Dali -#endif // __DALI_TOOLKIT_TOGGLE_BUTTON_H__ +#endif // DALI_TOOLKIT_TOGGLE_BUTTON_H