Commit 14fb9081 authored by jan.koester's avatar jan.koester
Browse files

fxied

parent 0a0db733
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -211,6 +211,9 @@ const char* libhtmlpp::HtmlString::operator*(){
    return _Data.data();
}

size_t libhtmlpp::HtmlString::length() const{
    return _Data.size()-1;
}

size_t libhtmlpp::HtmlString::size() const{
    return _Data.size();
+1 −0
Original line number Diff line number Diff line
@@ -277,6 +277,7 @@ namespace libhtmlpp {
        const char* operator*();

        size_t                    size() const;
        size_t                    length() const;
        void                      clear();
        bool                      empty();