]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTemplate.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / ExternalTemplate.h
index 99cededd1275575c552506f499d4bc78949abe4b..45f1b348ff66f8307acbdd83a497247de8876d42 100644 (file)
 
 #include <boost/utility.hpp>
 
+namespace lyx {
+
 class LyXLex;
 
-namespace lyx {
 namespace external {
 
 class Template {
@@ -81,7 +82,7 @@ public:
                std::map<TransformID, TransformStore> option_transformers;
 
                typedef std::map<std::string,
-                                std::vector<std::string> > FileMap;
+                                std::vector<std::string> > FileMap;
                /// Referenced files for some formats
                FileMap referencedFiles;
        };