Fix buildbreak caused by previous commit
authorPatryk Kaczmarek <patryk.k@samsung.com>
Thu, 26 Sep 2013 15:20:42 +0000 (17:20 +0200)
committerPatryk Kaczmarek <patryk.k@samsung.com>
Thu, 26 Sep 2013 15:20:42 +0000 (17:20 +0200)
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*/