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
commit17d1b522bc1b38390a3872820dbc812557ac1d71 (patch)
treeb2ae58ad998de5ce2917ae2a850ad83eaa15a846 /src/cmd_helper.h
parent22f79df32830d173827038222e509721c1e5ac18 (diff)
downloadopenttd-17d1b522bc1b38390a3872820dbc812557ac1d71.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;