]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Preamble.h
FindAdv: Comments
[lyx.git] / src / tex2lyx / Preamble.h
index 725bf6740eee030c8bce30416c9b720b50101152..804e5caf0ccd59b28538dc9ec268df925b0deb25 100644 (file)
@@ -82,6 +82,8 @@ public:
        ///
        void citeEngine(std::string const & e) { h_cite_engine = e; }
        ///
+       std::string multibib() const { return h_multibib; }
+       ///
        void multibib(std::string const & s) { h_multibib = s; }
        ///
        bool titleLayoutFound() const { return title_layout_found; }