Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv30644/include

Modified Files:
        Mconfig.h 
Log Message:
fix for 2.4 compilation

Index: Mconfig.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mconfig.h,v
retrieving revision 1.49
retrieving revision 1.50
diff -b -u -2 -r1.49 -r1.50
--- Mconfig.h   23 Jun 2003 01:23:45 -0000      1.49
+++ Mconfig.h   22 Jul 2003 22:41:27 -0000      1.50
@@ -181,3 +181,11 @@
 #endif // USE_DMALLOC
 
+// missing macro in 2.4.x headers
+#include <wx/object.h>
+#ifndef DECLARE_DYNAMIC_CLASS_NO_COPY
+#  define DECLARE_DYNAMIC_CLASS_NO_COPY(name)                                 \
+    DECLARE_NO_COPY_CLASS(name)                                               \
+    DECLARE_DYNAMIC_CLASS(name)
+#endif
+
 #endif // MCONFIG_H



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to