]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommandParams.h
Circumvent odd stmary font metrics (part of #9990).
[lyx.git] / src / insets / InsetCommandParams.h
index 52f79baf4c835ddd38f8a988b0b1c0a2b5237a0c..4107378487d0f8195454ea34860d3497888dc06c 100644 (file)
@@ -113,9 +113,10 @@ public:
        std::string insetType() const;
        ///
        InsetCode code() const { return insetCode_; }
-       ///
-       void read(Lexer &);
        /// Parse the command
+       void read(Lexer &);
+       ///
+       void Read(Lexer &, Buffer const *);
        ///
        void write(std::ostream &) const;
        ///