X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=blobdiff_plain;f=libs%2Fpbd%2Fpbd%2Fxml%2B%2B.h;h=8e0e0158704bd1656d10ce750ad851b27db90ecc;hp=396280921caacde702665831f9228b5c971dd01f;hb=22b07e0233a29d9633ffa825a79503befaf2e16e;hpb=e11ba7b79d68bc1070b170236c22123966d7bcc3 diff --git a/libs/pbd/pbd/xml++.h b/libs/pbd/pbd/xml++.h index 396280921c..8e0e015870 100644 --- a/libs/pbd/pbd/xml++.h +++ b/libs/pbd/pbd/xml++.h @@ -85,7 +85,7 @@ public: private: bool read_internal(bool validate); - + std::string _filename; XMLNode* _root; xmlDocPtr _doc; @@ -121,7 +121,7 @@ public: XMLProperty* property(const std::string&); const XMLProperty* property(const char* n) const { return const_cast(this)->property(n); } const XMLProperty* property(const std::string& n) const { return const_cast(this)->property(n); } - + XMLProperty* add_property(const char* name, const std::string& value); XMLProperty* add_property(const char* name, const char* value = ""); XMLProperty* add_property(const char* name, const long value);