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

Modified Files:
        CacheFile.h Composer.h 
Log Message:
added virtual dtors for g++ 4

Index: CacheFile.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/CacheFile.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -u -2 -r1.1 -r1.2
--- CacheFile.h 15 Oct 2001 18:37:07 -0000      1.1
+++ CacheFile.h 22 Mar 2005 02:06:44 -0000      1.2
@@ -100,4 +100,7 @@
    //@}
 
+   /// virtual dtor
+   virtual ~CacheFile() { }
+
 private:
    /// copying the objects of this class is forbidden

Index: Composer.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Composer.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -b -u -2 -r1.21 -r1.22
--- Composer.h  11 Oct 2003 23:13:44 -0000      1.21
+++ Composer.h  22 Mar 2005 02:06:44 -0000      1.22
@@ -301,4 +301,7 @@
    typedef ComposerOptions Options;
 
+   /// virtual dtor
+   virtual ~Composer() { }
+
 private:
    /**



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to