From 688203cd387176a80367fd68f3752c3c2233a679 Mon Sep 17 00:00:00 2001 From: David Steele Date: Tue, 3 Jul 2018 13:58:04 +0100 Subject: [PATCH] Updates for LayoutChild/LayoutParent changes Change-Id: I849b6f1438afe4d4412f8a0b74156ec1a6bb5381 --- dali-csharp-binder/src/layout-item-wrapper.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dali-csharp-binder/src/layout-item-wrapper.cpp b/dali-csharp-binder/src/layout-item-wrapper.cpp index b189992..41bf129 100755 --- a/dali-csharp-binder/src/layout-item-wrapper.cpp +++ b/dali-csharp-binder/src/layout-item-wrapper.cpp @@ -17,6 +17,8 @@ #include "common.h" #include +#include +#include #ifdef __cplusplus extern "C" { @@ -24,10 +26,10 @@ extern "C" { SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_LayoutParent_GetParent(void * jarg1) { void * jresult ; - Dali::Toolkit::Internal::LayoutParent *arg1 = (Dali::Toolkit::Internal::LayoutParent *) 0 ; + Dali::Toolkit::Internal::LayoutChild *arg1 = (Dali::Toolkit::Internal::LayoutChild *) 0 ; Dali::Toolkit::Internal::LayoutParent *result = 0 ; - arg1 = (Dali::Toolkit::Internal::LayoutParent *)jarg1; + arg1 = (Dali::Toolkit::Internal::LayoutChild *)jarg1; { try { result = (Dali::Toolkit::Internal::LayoutParent *)(arg1)->GetParent(); @@ -380,4 +382,3 @@ SWIGEXPORT Dali::BaseHandle * SWIGSTDCALL CSharp_Dali_LayoutItemWrapper_SWIGUpca #ifdef __cplusplus } #endif - -- 2.7.4