Export Builder::TreeNode::ConstIterator symbols. 52/224152/8
authorVictor Cebollada <v.cebollada@samsung.com>
Wed, 29 Jan 2020 07:15:40 +0000 (07:15 +0000)
committerVictor Cebollada <v.cebollada@samsung.com>
Thu, 2 Apr 2020 14:59:56 +0000 (15:59 +0100)
* These symbols were not exported and failed to link
  on a MS Windows app that uses them.

Change-Id: I655bad09c14611205ebe0b9ae7d9a17c17fe8b17
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
dali-toolkit/devel-api/builder/tree-node.h

index f99059d..e62c658 100644 (file)
@@ -69,7 +69,7 @@ public:
   /*
    * Iterator to iterate through children
    */
-  class ConstIterator
+  class DALI_TOOLKIT_API ConstIterator
   {
   public:
     typedef KeyNodePair          value_type;