diff -r 15bf7259bb7c -r d8a3531bc6b8 uiacceltk/hitchcock/backgroundanim/src/bganimhost.cpp --- a/uiacceltk/hitchcock/backgroundanim/src/bganimhost.cpp Tue Feb 02 07:56:43 2010 +0200 +++ b/uiacceltk/hitchcock/backgroundanim/src/bganimhost.cpp Mon Feb 22 17:57:49 2010 +0200 @@ -611,7 +611,7 @@ void CBgAnimHost::DataReceived( CSensrvChannel& aChannel, TInt aCount, TInt aDataLost ) { - if (iPlugin && iPlugin->receivesensordata); + if (iPlugin && iPlugin->receivesensordata) { iPlugin->receivesensordata((void*)&aChannel, aCount, aDataLost); }