News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

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