aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/test-service/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'executive-summary/test-service/main.c')
-rw-r--r--executive-summary/test-service/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/executive-summary/test-service/main.c b/executive-summary/test-service/main.c
index d2d35e9c96..3134990810 100644
--- a/executive-summary/test-service/main.c
+++ b/executive-summary/test-service/main.c
@@ -112,6 +112,7 @@ static void
set_property (BonoboPropertyBag *bag,
const BonoboArg *arg,
guint arg_id,
+ CORBA_Environment *ev,
gpointer user_data)
{
switch (arg_id) {
@@ -132,6 +133,7 @@ static void
get_property (BonoboPropertyBag *bag,
BonoboArg *arg,
guint arg_id,
+ CORBA_Environment *ev,
gpointer user_data)
{
UserData *ud = (UserData *) user_data;