X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=src%2FAPI_Helper.hpp;h=0828ed4b2f2b703ab5754be43a56de60fa55d170;hp=9fd4c938a77d227f3ae778ff23125031338d08c7;hb=HEAD;hpb=873afb00229b8e205345b6895eaad6602d5e10f4 diff --git a/src/API_Helper.hpp b/src/API_Helper.hpp index 9fd4c93..0828ed4 100644 --- a/src/API_Helper.hpp +++ b/src/API_Helper.hpp @@ -35,13 +35,13 @@ namespace suPHP { */ class API_Helper { private: - static API_Linux api; - + static API_Linux api; + public: - /** - * Get system API - */ - static API& getSystemAPI(); + /** + * Get system API + */ + static API& getSystemAPI(); }; };