]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
Fix bug in paragraph detection (can be seen in test case of bug #5187):
[lyx.git] / src / tex2lyx / Preamble.h
index 7eebf26c29803306ba1aaaeac3a6a4cbf1f8d549..790e81f3ef6588d7616cfef3db81763df10ca0ed 100644 (file)
@@ -11,6 +11,9 @@
 
 // {[(
 
+#ifndef LYX_PREAMBLE_H
+#define LYX_PREAMBLE_H
+
 #include "Author.h"
 
 #include <iosfwd>
@@ -152,6 +155,8 @@ private:
        ///
        void handle_hyperref(std::vector<std::string> & options);
        ///
+       void handle_geometry(std::vector<std::string> & options);
+       ///
        void handle_package(Parser &p, std::string const & name,
                            std::string const & opts, bool in_lyx_preamble);
        ///
@@ -167,3 +172,5 @@ extern Preamble preamble;
 
 
 } // namespace lyx
+
+#endif