X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Flayouting%2Flayout-item-data-impl.h;h=e7b2819dbd03bb662139e604644403ddd4073543;hb=3259c4335d1ee76426087f7be05eaa0a15f8e1ba;hp=0b415ad54507c35ffbf56598a102a32eaa149690;hpb=c5406d4b38f8b7fc3595cc5f6c9e13919fe30ea1;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/layouting/layout-item-data-impl.h b/dali-toolkit/internal/layouting/layout-item-data-impl.h index 0b415ad..e7b2819 100644 --- a/dali-toolkit/internal/layouting/layout-item-data-impl.h +++ b/dali-toolkit/internal/layouting/layout-item-data-impl.h @@ -16,7 +16,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - +#include #include #include #include @@ -35,7 +35,7 @@ public: Impl(); public: - BaseObject* mOwner; ///< Control or Visual that owns this layout. Raw pointer to prevent cyclic references + WeakHandle mOwner; ///< Control or Visual that owns this layout. Weak pointer to prevent cyclic references LayoutParent* mLayoutParent; ///< The containing layout parent. MeasureSpec mOldWidthMeasureSpec;