Loading editor/widgets/googlereviews/googlereviews.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ namespace blogi { void Settings(libhttppp::HttpRequest &curreq, libhtmlpp::HtmlElement &settings) override {} void Render(libhtmlpp::HtmlElement &el) const override { std::string uid = "gr_" + std::string(Id); std::string uid = "gr_" + std::string(Id.c_str()); libhtmlpp::HtmlElement *container = new libhtmlpp::HtmlElement("div"); container->setAttribute("id", uid.c_str()); Loading Loading
editor/widgets/googlereviews/googlereviews.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -64,7 +64,7 @@ namespace blogi { void Settings(libhttppp::HttpRequest &curreq, libhtmlpp::HtmlElement &settings) override {} void Render(libhtmlpp::HtmlElement &el) const override { std::string uid = "gr_" + std::string(Id); std::string uid = "gr_" + std::string(Id.c_str()); libhtmlpp::HtmlElement *container = new libhtmlpp::HtmlElement("div"); container->setAttribute("id", uid.c_str()); Loading