X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=c%2B%2B0x%2Fxml-template.h;h=eb132110e8f80604caea2ee12723bce71be26b08;hb=c29512353e6e683b78ae50587b80e9a8db0797b1;hp=afd688a6a6dc0e76c8f9fda48a553db4fa3b4191;hpb=4c1b8f968fe31be2528b49ab8ad956e79b8617f5;p=xml-template diff --git a/c++0x/xml-template.h b/c++0x/xml-template.h index afd688a..eb13211 100644 --- a/c++0x/xml-template.h +++ b/c++0x/xml-template.h @@ -38,7 +38,7 @@ class Substitute : public Directive { virtual void process(xmlNode *node, bool clean); private: - const std::unordered_map &substitution_map; + const std::unordered_map substitution_map; }; void process_file(const std::string &input_filename,