summaryrefslogtreecommitdiffstats
path: root/games/tmw/tmw-0.0.29.1-gcc45.patch
blob: c6cad2a0231496941707e33736eeeaf07991e2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- src/emoteshortcut.cpp.old	2010-05-24 17:17:18.000000000 +0200
+++ src/emoteshortcut.cpp	2010-05-24 17:18:40.000000000 +0200
@@ -26,7 +26,7 @@
 
 #include "utils/stringutils.h"
 
-EmoteShortcut::EmoteShortcut *emoteShortcut;
+EmoteShortcut *emoteShortcut;
 
 EmoteShortcut::EmoteShortcut():
     mEmoteSelected(0)
--- src/itemshortcut.cpp.old	2010-05-24 17:19:37.000000000 +0200
+++ src/itemshortcut.cpp	2010-05-24 17:19:49.000000000 +0200
@@ -30,7 +30,7 @@
 
 #include "utils/stringutils.h"
 
-ItemShortcut::ItemShortcut *itemShortcut;
+ItemShortcut *itemShortcut;
 
 ItemShortcut::ItemShortcut():
     mItemSelected(-1)