- Fix building with GCC 4.x.
Reported by: pointyhat
This commit is contained in:
parent
5b0b99acd4
commit
e0255e79c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=180032
1 changed files with 11 additions and 0 deletions
11
ftp/multiget/files/patch-mainframe.h
Normal file
11
ftp/multiget/files/patch-mainframe.h
Normal 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( "" ) );
|
||||
|
Loading…
Reference in a new issue