Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4103/include

Modified Files:
        MimePart.h 
Log Message:
added virtual dtor (thanks for the warning, gcc)

Index: MimePart.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MimePart.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -u -2 -r1.11 -r1.12
--- MimePart.h  18 Sep 2003 16:30:42 -0000      1.11
+++ MimePart.h  19 May 2004 21:10:11 -0000      1.12
@@ -83,4 +83,7 @@
 {
 public:
+   /// Virtual dtor for the base class
+   virtual ~MimePart() { }
+
    /** @name Navigation through the MIME tree
 



-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to