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

Modified Files:
        MInterface.h.m4 mid2h.m4 
Log Message:
added virtual dtor for g++ 4

Index: MInterface.h.m4
===================================================================
RCS file: /cvsroot/mahogany/M/include/MInterface.h.m4,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- MInterface.h.m4     28 Oct 2003 18:07:17 -0000      1.10
+++ MInterface.h.m4     1 Apr 2005 00:42:51 -0000       1.11
@@ -171,4 +171,9 @@
 
 
+protected:
+
+virtual ~MInterface() { }
+
+
 /* The following line is the end of the MInterface interface definition. */
 

Index: mid2h.m4
===================================================================
RCS file: /cvsroot/mahogany/M/include/mid2h.m4,v
retrieving revision 1.9
retrieving revision 1.10
diff -b -u -2 -r1.9 -r1.10
--- mid2h.m4    14 Oct 2003 00:09:45 -0000      1.9
+++ mid2h.m4    1 Apr 2005 00:42:51 -0000       1.10
@@ -14,4 +14,6 @@
 public:
 $2
+protected:
+virtual ~PREFIX`()' { }
 };')
 



-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to