X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=inline;f=dali%2Fpublic-api%2Fobject%2Fref-object.h;h=3ead40092c5b5023a8dea768a67324bb17a88aac;hb=649ec06daecb510fb84fe4642a6af957f127e7ab;hp=63733e17936e2969b21d4905a10241d278e3f2db;hpb=da2e24f853c2f463df2f4b743c3b2241a537cefd;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/object/ref-object.h b/dali/public-api/object/ref-object.h index 63733e1..3ead400 100644 --- a/dali/public-api/object/ref-object.h +++ b/dali/public-api/object/ref-object.h @@ -2,7 +2,7 @@ #define __DALI_REF_OBJECT_H__ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 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. @@ -34,11 +34,11 @@ class Value; /** * @brief Base class for reference counted objects. * - * Typically this should be used with an instrusive pointer, + * Typically this should be used with an intrusive pointer, * instead of calling Reference() and Unreference() methods directly. * @SINCE_1_0.0 */ -class DALI_IMPORT_API RefObject +class DALI_CORE_API RefObject { public: