diff -r 199e6e1e0b54 -r a91aa46552be inc/glxfilterproperties.h --- a/inc/glxfilterproperties.h Fri Sep 17 08:29:24 2010 +0300 +++ b/inc/glxfilterproperties.h Mon Oct 04 00:17:18 2010 +0300 @@ -52,7 +52,8 @@ iUri(NULL), iStartDate(0), iEndDate(0), - iNoDRM(EFalse) + iNoDRM(EFalse), + iMimeType(NULL) {} public: @@ -73,6 +74,7 @@ TTime iStartDate; TTime iEndDate; TBool iNoDRM; + const TDesC* iMimeType; };