]> 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 c983c335a1f37e6ca586d7f75f51dfd2f6524948..4107378487d0f8195454ea34860d3497888dc06c 100644 (file)
@@ -113,9 +113,10 @@ public:
        std::string insetType() const;
        ///
        InsetCode code() const { return insetCode_; }
-       ///
-       void read(Lexer &, Buffer const *);
        /// Parse the command
+       void read(Lexer &);
+       ///
+       void Read(Lexer &, Buffer const *);
        ///
        void write(std::ostream &) const;
        ///