Index: src/chext/StringHelpers.h =================================================================== diff -u -N -rd5c3edd0d167db9b5d47d04248820fda49499a5e -r8f31c461b6a91ce6818c646814bd19e740b109ef --- src/chext/StringHelpers.h (.../StringHelpers.h) (revision d5c3edd0d167db9b5d47d04248820fda49499a5e) +++ src/chext/StringHelpers.h (.../StringHelpers.h) (revision 8f31c461b6a91ce6818c646814bd19e740b109ef) @@ -25,7 +25,8 @@ LPTSTR GetSizeString(double dData, LPTSTR pszBuffer, size_t stMaxBufferSize); -template LPTSTR GetSizeString(T tData, LPTSTR pszBuffer, size_t stMaxBufferSize, bool bStrict = false) +template +LPTSTR GetSizeString(T tData, LPTSTR pszBuffer, size_t stMaxBufferSize, bool bStrict = false) { if (tData < 0) tData=0;