Having the QA on GitHub workflow

This commit is contained in:
Felipe Zimmerle
2020-11-06 14:14:31 -03:00
committed by Felipe Zimmerle
parent eec1f00bea
commit ba0007a474
2 changed files with 77 additions and 0 deletions

View File

@@ -40,6 +40,8 @@ class XmlNS : public Action {
m_href(o.m_href)
{ };
XmlNS& operator=(XmlNS &arg) noexcept = delete;
bool init(std::string *error) override;
std::string getScope() const {