diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-12-18 03:52:12 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-12-18 03:52:12 +0800 |
commit | c5a07962e6c891c17132e492c704a32c6de1c5fa (patch) | |
tree | 90bb31d49b1616510c49da33607e4ef873578b68 /ftp | |
parent | 5b49312e8cfff530d181913e7d88d28ee959d4d9 (diff) | |
download | freebsd-ports-gnome-c5a07962e6c891c17132e492c704a32c6de1c5fa.tar.gz freebsd-ports-gnome-c5a07962e6c891c17132e492c704a32c6de1c5fa.tar.zst freebsd-ports-gnome-c5a07962e6c891c17132e492c704a32c6de1c5fa.zip |
- Fix building with GCC 4.x.
Reported by: pointyhat
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/multiget/files/patch-mainframe.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ftp/multiget/files/patch-mainframe.h b/ftp/multiget/files/patch-mainframe.h new file mode 100644 index 000000000000..bdd27abd3ed8 --- /dev/null +++ b/ftp/multiget/files/patch-mainframe.h @@ -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( "" ) );
+
|