diff options
Diffstat (limited to 'executive-summary/test-service/rdf-summary.c')
-rw-r--r-- | executive-summary/test-service/rdf-summary.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executive-summary/test-service/rdf-summary.c b/executive-summary/test-service/rdf-summary.c index 961115e6eb..c2d71551e5 100644 --- a/executive-summary/test-service/rdf-summary.c +++ b/executive-summary/test-service/rdf-summary.c @@ -565,6 +565,7 @@ static void get_prop (BonoboPropertyBag *bag, BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { RdfSummary *summary = (RdfSummary *) user_data; @@ -587,6 +588,7 @@ static void set_prop (BonoboPropertyBag *bag, const BonoboArg *arg, guint arg_id, + CORBA_Environment *ev, gpointer user_data) { RdfSummary *summary = (RdfSummary *) user_data; |