diff -r f966699dea19 -r ff572dfe6d86 idlehomescreen/widgetmanager/inc/wmplugin.h --- a/idlehomescreen/widgetmanager/inc/wmplugin.h Fri Feb 19 22:42:37 2010 +0200 +++ b/idlehomescreen/widgetmanager/inc/wmplugin.h Fri Mar 12 15:41:49 2010 +0200 @@ -230,6 +230,10 @@ * Handles installation */ CWmInstaller* iWmInstaller; + +#ifdef _WM_UNIT_TEST + friend class CWmUnitTest; +#endif }; #endif // __WMPLUGIN_