summaryrefslogtreecommitdiff
path: root/src/cmd_helper.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2007-12-23 21:02:40 +0000
committersmatz <smatz@openttd.org>2007-12-23 21:02:40 +0000
commit9060dbdb04e93f08671326d561c3caf542724539 (patch)
treeb2ae58ad998de5ce2917ae2a850ad83eaa15a846 /src/cmd_helper.h
parent217539ee24c7ce31a2272d3282dcb1cf12b648e4 (diff)
downloadopenttd-9060dbdb04e93f08671326d561c3caf542724539.tar.xz
(svn r11689) -Fix: compilation error and most of warnings for gcc 4.3
Diffstat (limited to 'src/cmd_helper.h')
-rw-r--r--src/cmd_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd_helper.h b/src/cmd_helper.h
index c18721430..6573915d5 100644
--- a/src/cmd_helper.h
+++ b/src/cmd_helper.h
@@ -8,7 +8,7 @@
template<uint N> static inline void ExtractValid();
-template<> static inline void ExtractValid<1>() {}
+template<> inline void ExtractValid<1>() {}
template<typename T> struct ExtractBits;