aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/nav/pcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nav/pcore.h b/lib/nav/pcore.h
index d2e98b79..9e490844 100644
--- a/lib/nav/pcore.h
+++ b/lib/nav/pcore.h
@@ -24,7 +24,7 @@ public:
pNavigation();
RESULT playService(const eServiceReference &service);
- RESULT recordService(const eServiceReference &ref, ePtr<iRecordableService> &service);
+ SWIG_VOID(RESULT) recordService(const eServiceReference &ref, ePtr<iRecordableService> &SWIG_OUTPUT);
RESULT enqueueService(const eServiceReference &service);
SWIG_VOID(RESULT) getCurrentService(ePtr<iPlayableService> &SWIG_OUTPUT);