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

Modified Files:
        wxOptionsPage.h 
Log Message:
added test page; replaced run-time asserts with compile-time ones

Index: wxOptionsPage.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/gui/wxOptionsPage.h,v
retrieving revision 1.58
retrieving revision 1.59
diff -b -u -2 -r1.58 -r1.59
--- wxOptionsPage.h     22 Jul 2003 22:01:38 -0000      1.58
+++ wxOptionsPage.h     22 Aug 2003 22:12:22 -0000      1.59
@@ -599,3 +599,14 @@
 };
 
+#ifdef USE_TEST_PAGE
+
+// test page just for testing layout &c
+class wxOptionsPageTest : public wxOptionsPageStandard
+{
+public:
+   wxOptionsPageTest(wxNotebook *parent, Profile *profile);
+};
+
+#endif // USE_TEST_PAGE
+
 #endif // _GUI_WXOPTIONSPAGE_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/358/0
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to