]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.h
Math.lyx, Tutorial.lyx: fix some typos spotted by a user
[lyx.git] / src / insets / InsetNote.h
index efb0f278661bc46d1e0f791c84a2763ed889bcad..2deb84f0f8b272047e5721a8bb7d50b76fec26fb 100644 (file)
@@ -73,6 +73,8 @@ private:
        ///
        bool allowSpellCheck() const;
        ///
+       FontInfo getFont() const;
+       ///
        void write(std::ostream &) const;
        ///
        void read(Lexer & lex);
@@ -101,7 +103,7 @@ private:
        /// used by the constructors
        void init();
        ///
-       docstring contextMenuName() const;
+       std::string contextMenuName() const;
        ///
        friend class InsetNoteParams;