X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fbuttons%2Fradio-button.h;h=2793710b04aadb5e16e85a643fc9c40a3af2dbb4;hp=58b86048fb2141f3f41b09715ef4a0b3bd00bd5b;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=8747c12ce2d714ea694401ee435e78de1fd0653e diff --git a/dali-toolkit/public-api/controls/buttons/radio-button.h b/dali-toolkit/public-api/controls/buttons/radio-button.h index 58b8604..2793710 100644 --- a/dali-toolkit/public-api/controls/buttons/radio-button.h +++ b/dali-toolkit/public-api/controls/buttons/radio-button.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_RADIO_BUTTON_H__ -#define __DALI_TOOLKIT_RADIO_BUTTON_H__ +#ifndef DALI_TOOLKIT_RADIO_BUTTON_H +#define DALI_TOOLKIT_RADIO_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. @@ -84,7 +84,7 @@ class RadioButton; * @endcode * @SINCE_1_0.0 */ -class DALI_IMPORT_API RadioButton: public Button +class DALI_TOOLKIT_API RadioButton: public Button { public: /** @@ -175,4 +175,4 @@ class DALI_IMPORT_API RadioButton: public Button } // namespace Dali -#endif // __DALI_TOOLKIT_RADIO_BUTTON_H__ +#endif // DALI_TOOLKIT_RADIO_BUTTON_H