photosgallery/inc/glxfilterproperties.h
branchRCL_3
changeset 13 bcb43dc84c44
parent 0 4e91876724a2
child 24 ea65f74e6de4
--- a/photosgallery/inc/glxfilterproperties.h	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/inc/glxfilterproperties.h	Wed Mar 31 21:31:03 2010 +0300
@@ -44,6 +44,7 @@
 				iContainsItem(0),
 				iExcludeAnimation(EFalse),
 				iLastCaptureDate(EFalse),
+				iMaxCount(KMaxTUint),
 				iThumbnailLoadability(0,0),
 				iPath(NULL),
 				iItemType(EGlxFilterVideoAndImages),
@@ -63,6 +64,7 @@
 	TGlxMediaId iContainsItem;
 	TBool iExcludeAnimation;
 	TBool iLastCaptureDate;
+	TInt iMaxCount;
 	TSize iThumbnailLoadability;
 	CMPXCollectionPath* iPath; 
 	TGlxFilterItemType iItemType;