Export Builder::TreeNode::ConstIterator symbols. 82/229682/1
authorVictor Cebollada <v.cebollada@samsung.com>
Wed, 29 Jan 2020 07:15:40 +0000 (07:15 +0000)
committerVíctor Cebollada <v.cebollada@samsung.com>
Thu, 2 Apr 2020 15:48:30 +0000 (15:48 +0000)
* 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>
(cherry picked from commit 80e90ce04562dae4d1f302acabe00aba49a750d2)

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;