inc/glxfilterproperties.h
changeset 70 a91aa46552be
parent 36 6481344a6d67
--- 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;
 	};