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

Modified Files:
        persctrl.h 
Log Message:
fixes for VC++ 6 warnings not disabled any more in wx/defs.h

Index: persctrl.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/wx/persctrl.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -b -u -2 -r1.34 -r1.35
--- persctrl.h  28 Dec 2002 02:28:33 -0000      1.34
+++ persctrl.h  22 Jul 2003 22:01:39 -0000      1.35
@@ -133,4 +133,5 @@
 private:
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxPNotebook)
 };
 
@@ -189,4 +190,6 @@
 
     wxPHelper *m_persist;
+
+    DECLARE_NO_COPY_CLASS(wxPTextEntry)
 };
 
@@ -251,4 +254,5 @@
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxPChoice)
 };
 
@@ -312,4 +316,6 @@
     // the config key where we store the sash position
     static const char *ms_path;
+
+    DECLARE_NO_COPY_CLASS(wxPSplitterWindow)
 };
 
@@ -372,4 +378,5 @@
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxPListCtrl)
 };
 
@@ -423,4 +430,6 @@
 private:
     static const char *ms_path;
+
+    DECLARE_NO_COPY_CLASS(wxPCheckBox)
 };
 
@@ -485,4 +494,5 @@
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxPListBox)
 };
 
@@ -551,4 +561,5 @@
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxPRadioBox)
 };
 
@@ -621,4 +632,5 @@
 
     DECLARE_EVENT_TABLE()
+    DECLARE_NO_COPY_CLASS(wxPTreeCtrl)
 };
 



-------------------------------------------------------
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