News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 26 december 2006 build will NOT be out.

Started by killerbot, December 26, 2006, 06:10:39 PM

Previous topic - Next topic

killerbot


stahta01

SVN 3425 has extra ); in it, patch below. Tim S


Index: src/tools/cb_share_config/mainframe.cpp
===================================================================
--- src/tools/cb_share_config/mainframe.cpp   (revision 3425)
+++ src/tools/cb_share_config/mainframe.cpp   (working copy)
@@ -254,7 +254,6 @@
#if (WXWIN_COMPATIBILITY_2_4)
     | wxHIDE_READONLY
#endif
-    );
   );

   return filename;
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

killerbot