diff options
Diffstat (limited to 'src/cmd_helper.h')
-rw-r--r-- | src/cmd_helper.h | 2 |
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; |