]> git.lyx.org Git - lyx.git/blobdiff - src/insets/ExternalTemplate.cpp
Whitespace.
[lyx.git] / src / insets / ExternalTemplate.cpp
index 7a3b6beb6c51596ff09b8b8f93dfbef3365fffad..de3eee6e59cb9773c3e4ce2f12f4addb76dbe09f 100644 (file)
@@ -19,7 +19,8 @@
 #include "support/filetools.h"
 #include "support/lstrings.h"
 #include "support/Package.h"
-#include "support/Path.h"
+#include "support/PathChanger.h"
+#include "support/Translator.h"
 
 #include <ostream>
 
@@ -50,7 +51,7 @@ static TransformIDTranslator const & transformIDTranslator()
 
 // We have to have dummy default commands for security reasons!
 Template::Template()
-       : inputFormat("*")
+       : inputFormat("*"), automaticProduction(false), preview_mode(PREVIEW_OFF)
 {}