]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTemplate.h
* In the process of fixing the math background color bug, this commit transfer backgr...
[lyx.git] / src / insets / ExternalTemplate.h
index 45f1b348ff66f8307acbdd83a497247de8876d42..314ca06e6e94dbcd69fc70b518a5c84f1400ebb4 100644 (file)
@@ -19,6 +19,8 @@
 
 namespace lyx {
 
+namespace support { class FileName; }
+
 class LyXLex;
 
 namespace external {
@@ -117,7 +119,7 @@ public:
        std::string const getPreambleDefByName(std::string const & name) const;
 private:
        TemplateManager();
-       void readTemplates(std::string const & path);
+       void readTemplates(support::FileName const & path);
        void dumpTemplates(std::ostream &) const;
        void dumpPreambleDefs(std::ostream &) const;