]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTemplate.h
prevent crash when inserting minipage in table cell,
[lyx.git] / src / insets / ExternalTemplate.h
index 151c26221fd84999c75a049ce85c3f03f8284f1e..c9be8f2e27c94e2609f33f4563ef72662399fd40 100644 (file)
@@ -81,7 +81,7 @@ public:
        Templates & getTemplates();
        Templates const & getTemplates() const;
        /// return the template by LyX name
-       ExternalTemplate const & getTemplateByName(const string & name);
+       ExternalTemplate const & getTemplateByName(string const & name);
 private:
        ExternalTemplateManager();
        void readTemplates(string const & path);