X-Git-Url: https://git.pterodactylus.net/?p=fms.git;a=blobdiff_plain;f=include%2Fhttp%2Fpages%2Fhomepage.h;h=d8eaa0c3f68b2a1c034c0c811ad9990ecb1649a8;hp=977a0153596ef6698742bf71a978b1ec9d75be10;hb=f208e33c29132aacaec448e74341edea1b925a2a;hpb=d8ccfe2b3944adf07d35534459cdda19d15217c8 diff --git a/include/http/pages/homepage.h b/include/http/pages/homepage.h index 977a015..d8eaa0c 100644 --- a/include/http/pages/homepage.h +++ b/include/http/pages/homepage.h @@ -6,6 +6,7 @@ class HomePage:public IPageHandler { public: + HomePage(const std::string &templatestr):IPageHandler(templatestr) {} private: const bool WillHandleURI(const std::string &uri);