diff -r 60cc495d7bcf -r ccee5c4b0de4 inc/glxfilterproperties.h --- a/inc/glxfilterproperties.h Tue Sep 07 13:12:03 2010 +0530 +++ b/inc/glxfilterproperties.h Mon Sep 20 12:39:08 2010 +0530 @@ -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; };