Fix buildbreak caused by previous commit
[platform/core/uifw/eail.git] / eail / eail / eail_window.h
index 3a6b012..316ba35 100644 (file)
@@ -87,6 +87,7 @@ typedef struct _EailWindowClass EailWindowClass;
 struct _EailWindow
 {
     EailActionWidget parent;/*!< @brief Parent widget whose functionality is being extended*/
+    gint child_count_last;/**< @brief last reported count of children */
 };
 
 /** @brief Definition of object class for Atk EailWindow*/