]> 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 f8149077a3db52fd469f9aa2fc4d9c3899c5442a..790e81f3ef6588d7616cfef3db81763df10ca0ed 100644 (file)
@@ -155,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);
        ///