From 9fa33b642824e3506c330769a786c0f984f6dc17 Mon Sep 17 00:00:00 2001 From: Patryk Kaczmarek Date: Thu, 26 Sep 2013 17:20:42 +0200 Subject: [PATCH] Fix buildbreak caused by previous commit --- eail/eail/eail_window.h | 1 + 1 file changed, 1 insertion(+) diff --git a/eail/eail/eail_window.h b/eail/eail/eail_window.h index 3a6b012..316ba35 100644 --- a/eail/eail/eail_window.h +++ b/eail/eail/eail_window.h @@ -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*/ -- 2.7.4