removing warnings.
[feisty_meow.git] / nucleus / library / filesystem / filename_list.h
index f5834d79ce38d5c85090e0964549f1cf9c523f28..89c91c2d64ce2805a5ddd5ac4f0772415c305776 100644 (file)
@@ -75,7 +75,8 @@ public:
     true if the size is different (when EQUAL_FILESIZE is true), when the timestamp is different
     (when EQUAL_TIMESTAMP is true), and when the checksum is different (you get the idea). */
 
-  basis::astring text_form() const;
+  //! max_lines is the maximum number of lines to print into the string.
+  basis::astring text_form(int max_lines = MAXINT32) const;
 
   virtual int packed_size() const;