inc/glxfilterproperties.h
changeset 65 ccee5c4b0de4
parent 43 72396548277c
--- 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;
 	};