- Fix building with GCC 4.x.

Reported by:	pointyhat
This commit is contained in:
Alejandro Pulver 2006-12-17 19:52:12 +00:00
parent 5b0b99acd4
commit e0255e79c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180032

View file

@ -0,0 +1,11 @@
--- ./mainframe.h.orig Thu Nov 9 03:11:21 2006
+++ ./mainframe.h Sun Dec 17 16:45:04 2006
@@ -231,7 +231,7 @@
void InitMeterBar();
bool CheckLocale(_MGLANG lang);
void CheckLangMenu(_MGLANG lang);
- void MainFrame::NoLangSupport();
+ void NoLangSupport();
//void CheckTempDir();
void DoNewTask( wxString url, wxString refer = wxT( "" ), wxString savepath = wxT( "" ), wxString savefile = wxT( "" ) );