]> 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 8c258d6a6433847040b63bf9d4e60a4690dd2370..314ca06e6e94dbcd69fc70b518a5c84f1400ebb4 100644 (file)
 
 #include <boost/utility.hpp>
 
+namespace lyx {
+
+namespace support { class FileName; }
+
 class LyXLex;
 
-namespace lyx {
 namespace external {
 
 class Template {
@@ -116,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;