From cfcfaded711c1a51ddc160b02c377b3fc65456cb Mon Sep 17 00:00:00 2001 From: Szymon Tomasz Stefanek Date: Sun, 13 Jun 2010 15:21:29 +0000 Subject: Make the KVS parameter specification a bit more typesafe. Fix some mismatched types detected with the new method. git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4457 17fca916-40b9-46aa-a4ea-0a15b648b75c --- src/modules/mediaplayer/mp_xmmsinterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/mediaplayer/mp_xmmsinterface.cpp') diff --git a/src/modules/mediaplayer/mp_xmmsinterface.cpp b/src/modules/mediaplayer/mp_xmmsinterface.cpp index 37d13f1b2..ce0bdea4d 100644 --- a/src/modules/mediaplayer/mp_xmmsinterface.cpp +++ b/src/modules/mediaplayer/mp_xmmsinterface.cpp @@ -191,7 +191,7 @@ bool KviXmmsInterface::quit() XMMS_SIMPLE_CALL("xmms_remote_quit") } -bool KviXmmsInterface::jumpTo(int &iPos) +bool KviXmmsInterface::jumpTo(kvs_int_t &iPos) { void (*sym)(int,int) = (void (*)(int,int))lookupSymbol("xmms_remote_jump_to_time"); if(!sym)return false; -- cgit v1.3.1-10-gc9f91