diff --git a/Util.h b/Util.h index 25da56e..bd048f6 100644 --- a/Util.h +++ b/Util.h @@ -59,7 +59,7 @@ } -float static str2float(const std::string& str) +float static inline str2float(const std::string& str) { return (float)atof(str.c_str()); }