X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FUtil.hpp;h=fede32746088b2fb576776e2590ba617a5358ed0;hp=c154a30bb22046cbd1be477a34beadeb92d70500;hb=702ea248549ffdf857faa3b8ff0d239000885ef3;hpb=873afb00229b8e205345b6895eaad6602d5e10f4 diff --git a/src/Util.hpp b/src/Util.hpp index c154a30..fede327 100644 --- a/src/Util.hpp +++ b/src/Util.hpp @@ -33,11 +33,11 @@ namespace suPHP { * Class containing useful utility functions */ class Util { - + public: - static std::string intToStr(const int i); - static int strToInt(const std::string istr); - static int octalStrToInt(const std::string istr); + static std::string intToStr(const int i); + static int strToInt(const std::string istr); + static int octalStrToInt(const std::string istr); }; };