]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Fix "stray '}' in text" warnings: When parsing with FLAG_ITEM the braces need
[lyx.git] / src / tex2lyx / Preamble.h
index 7eebf26c29803306ba1aaaeac3a6a4cbf1f8d549..f8149077a3db52fd469f9aa2fc4d9c3899c5442a 100644 (file)
@@ -11,6 +11,9 @@
 
 // {[(
 
+#ifndef LYX_PREAMBLE_H
+#define LYX_PREAMBLE_H
+
 #include "Author.h"
 
 #include <iosfwd>
@@ -167,3 +170,5 @@ extern Preamble preamble;
 
 
 } // namespace lyx
+
+#endif