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_interface.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules/mediaplayer/mp_interface.cpp') diff --git a/src/modules/mediaplayer/mp_interface.cpp b/src/modules/mediaplayer/mp_interface.cpp index fb108ee49..12d0fcf44 100644 --- a/src/modules/mediaplayer/mp_interface.cpp +++ b/src/modules/mediaplayer/mp_interface.cpp @@ -177,7 +177,7 @@ bool KviMediaPlayerInterface::mute() return false; } -bool KviMediaPlayerInterface::jumpTo(int &) +bool KviMediaPlayerInterface::jumpTo(kvs_int_t &) { notImplemented(); return false; @@ -213,7 +213,7 @@ int KviMediaPlayerInterface::getPlayListPos() return -1; } -bool KviMediaPlayerInterface::setPlayListPos(int &) +bool KviMediaPlayerInterface::setPlayListPos(kvs_int_t &) { notImplemented(); return false; @@ -225,13 +225,13 @@ int KviMediaPlayerInterface::getListLength() return -1; } -int KviMediaPlayerInterface::getEqData(int &) +int KviMediaPlayerInterface::getEqData(kvs_int_t &) { notImplemented(); return -1; } -bool KviMediaPlayerInterface::setEqData(int &, int &) +bool KviMediaPlayerInterface::setEqData(kvs_int_t &, kvs_int_t &) { notImplemented(); return false; -- cgit v1.3.1-10-gc9f91