pan2 r351 - trunk/pan/tasks



Author: csk
Date: Tue Jul  8 13:59:37 2008
New Revision: 351
URL: http://svn.gnome.org/viewvc/pan2?rev=351&view=rev

Log:
silence another two compiler warnings.


Modified:
   trunk/pan/tasks/nzb-test.cc

Modified: trunk/pan/tasks/nzb-test.cc
==============================================================================
--- trunk/pan/tasks/nzb-test.cc	(original)
+++ trunk/pan/tasks/nzb-test.cc	Tue Jul  8 13:59:37 2008
@@ -31,8 +31,8 @@
 {
   virtual ~MyArticleRead () {}
   virtual bool is_read (const Article*) const { return false; }
-  virtual void mark_read (const Article&, bool read=true) {}
-  virtual void mark_read (const Article**, unsigned long, bool read=true) {}
+  virtual void mark_read (const Article&, bool) {}
+  virtual void mark_read (const Article**, unsigned long, bool) {}
 };
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]