X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FUtil.hpp;h=fede32746088b2fb576776e2590ba617a5358ed0;hp=c154a30bb22046cbd1be477a34beadeb92d70500;hb=849f4a7977b5780eacae8fad7a078d05f4a615ee;hpb=b0eaa3f1fbf491fdc8a3044cf20754f14254338a 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); }; };