]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTemplate.h
Move Lexer to support/ directory (and lyx::support namespace)
[lyx.git] / src / insets / ExternalTemplate.h
index e5b6755059700b009b756ea12edea6b70cc19a47..889dd563cecc6b2bbdfcbcea014deacf9ddceda0 100644 (file)
 
 namespace lyx {
 
-namespace support { class FileName; }
-
+namespace support {
+class FileName;
 class Lexer;
+}
 
 enum PreviewMode {
        PREVIEW_OFF = 0,
@@ -36,7 +37,7 @@ public:
        /// We have to have default commands for safety reasons!
        Template();
        ///
-       void readTemplate(Lexer &);
+       void readTemplate(support::Lexer &);
        ///
        void dumpFormats(std::ostream &) const;
 
@@ -72,7 +73,7 @@ public:
        public:
                Format();
                ///
-               void readFormat(Lexer &);
+               void readFormat(support::Lexer &);
 
                /// The text that should be inserted into the exported file
                std::string product;