updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / njam / njam-1.25-gcc45-archlinux.patch
blob763799e7aa280b046c9a475954ccf5e41a5f6944
1 Fix buiding with gcc 4.5
3 http://bugs.gentoo.org/show_bug.cgi?id=318411
5 Adapted for Arch Linux.
6 --- src/njamedit.cpp
7 +++ src/njamedit.cpp
8 @@ -114,7 +114,7 @@
9 key = SDLK_a;
10 else if (CheckForSave())
12 - LogFile::LogFile("Saving maps");
13 + LogFile("Saving maps");
14 m_Maps.Save(filename);
15 level_type_was = level_type;
16 changed = false;
17 @@ -139,7 +139,7 @@
18 "levels/%s.%s",
19 #endif
20 filename, types[level_type]);
21 - LogFile::LogFile("Saving maps");
22 + LogFile("Saving maps");
23 m_Maps.Save(buf);
24 level_type_was = level_type;
25 changed = false;