aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/service/event.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/service/event.h b/lib/service/event.h
index 8a095ef7..f315aca8 100644
--- a/lib/service/event.h
+++ b/lib/service/event.h
@@ -30,6 +30,8 @@ DECLARE_REF(eComponentData);
};
SWIG_TEMPLATE_TYPEDEF(ePtr<eComponentData>, eComponentDataPtr);
+SWIG_ALLOW_OUTPUT_SIMPLE(eServiceReference); // needed for SWIG_OUTPUT in eServiceEvent::getLinkageService
+
SWIG_IGNORE(eServiceEvent);
class eServiceEvent: public iObject
{