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

Modified Files:
        wxMFrame.h 
Log Message:
updated to build with recent swig (>= 1.3.25)

Index: wxMFrame.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxMFrame.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -b -u -2 -r1.44 -r1.45
--- wxMFrame.h  9 Jul 2005 20:43:55 -0000       1.44
+++ wxMFrame.h  15 Dec 2005 19:40:04 -0000      1.45
@@ -32,9 +32,13 @@
 class Profile;
 
+#ifdef USE_PYTHON
+   class PythonOptionChangeHandler;
+#endif
+
 /**
-  * A wxWindows Frame class
+  A wxWindows frame class.
   */
-
-class wxMFrame : public wxFrame, public MFrameBase
+class wxMFrame : public wxFrame,
+                 public MFrameBase
 {
 public:



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to