Commit b78149bd authored by jan.koester's avatar jan.koester
Browse files

fixed

parent 35cf5217
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -135,7 +135,7 @@ namespace libhtmlpp {
        void        setText(const char *txt);

    protected:
        std::string   _Text;
        std::string   *_Text;
        friend class HtmlString;
        friend void print(Element* el, HtmlElement* parent,std::string &output);
        friend void _copy(const libhtmlpp::Element* prev,libhtmlpp::Element *dest,const libhtmlpp::Element *src);