X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FExternalTemplate.h;h=889dd563cecc6b2bbdfcbcea014deacf9ddceda0;hb=2660df9b99b8059856b931c22f53ee8f714a1d8e;hp=e5b6755059700b009b756ea12edea6b70cc19a47;hpb=ed2f3cb9cfa1e871d48a92d41791a77bd218ab67;p=lyx.git diff --git a/src/insets/ExternalTemplate.h b/src/insets/ExternalTemplate.h index e5b6755059..889dd563ce 100644 --- a/src/insets/ExternalTemplate.h +++ b/src/insets/ExternalTemplate.h @@ -19,9 +19,10 @@ 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;