Loading src/html.h +9 −0 Original line number Diff line number Diff line Loading @@ -200,7 +200,16 @@ namespace libhtmlpp { void setScript(const char *txt); int getType() const; void insertChild(const Element* el)=delete; void insertChild(const Element& el)=delete; void appendChild(const Element* el)=delete; void appendChild(const Element& el)=delete; protected: Element* _childElement=nullptr; std::vector<char> _Script; std::vector<char> _CStr; friend class HtmlString; Loading Loading
src/html.h +9 −0 Original line number Diff line number Diff line Loading @@ -200,7 +200,16 @@ namespace libhtmlpp { void setScript(const char *txt); int getType() const; void insertChild(const Element* el)=delete; void insertChild(const Element& el)=delete; void appendChild(const Element* el)=delete; void appendChild(const Element& el)=delete; protected: Element* _childElement=nullptr; std::vector<char> _Script; std::vector<char> _CStr; friend class HtmlString; Loading