diff options
Diffstat (limited to 'project2/xslRows.cpp')
-rw-r--r-- | project2/xslRows.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/xslRows.cpp b/project2/xslRows.cpp index e00d8b7..9793119 100644 --- a/project2/xslRows.cpp +++ b/project2/xslRows.cpp @@ -18,7 +18,6 @@ SimpleMessageException(XpathInitError); SimpleMessageException(XpathEvalError); XslRows::XslRows(const xmlpp::Element * p) : - SourceObject(p), RowSet(p), CurlHelper(p), html(p->get_attribute_value("html") == "true"), |