X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Factors%2Fcustom-actor-devel.h;h=674acc4b7c8827a2d5e93bc1d1fc5d38d222414f;hb=b43741a90b40ca9dfbd33d6a9d390d3c09230e89;hp=f5906af845120015a07c18b7d6e9cd5866b01341;hpb=654883a2444be217daca83df32c411bb0628bf4a;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/devel-api/actors/custom-actor-devel.h b/dali/devel-api/actors/custom-actor-devel.h index f5906af..674acc4 100644 --- a/dali/devel-api/actors/custom-actor-devel.h +++ b/dali/devel-api/actors/custom-actor-devel.h @@ -2,7 +2,7 @@ #define DALI_CUSTOM_ACTOR_DEVEL_H /* - * Copyright (c) 2017 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,7 +34,7 @@ namespace DevelCustomActor * @param[in] actor The custom actor of which to get the type information * @return the TypeInfo of this actor */ -DALI_IMPORT_API const Dali::TypeInfo GetTypeInfo( CustomActor actor ); +DALI_CORE_API const Dali::TypeInfo GetTypeInfo( CustomActor actor ); } // namespace DevelCustomActor