]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
outstanding changes
[lyx.git] / src / insets / insetnote.h
index 5d5a7b16db4688f8a99c4b70818935031c5de5cc..5def38e637c8022609ac35f964508768045ad6e3 100644 (file)
@@ -32,14 +32,16 @@ public:
        /// constructor with initial contents
        InsetNote(Buffer const *, string const & contents, bool collapsed);
        ///
-       virtual string const editMessage() const;
+       string const editMessage() const;
        ///
-       virtual Inset::Code lyxCode() const { return Inset::IGNORE_CODE; }
+       Inset::Code lyxCode() const { return Inset::IGNORE_CODE; }
        ///
-       virtual void write(Buffer const *, std::ostream &) const;
+       void write(Buffer const *, std::ostream &) const;
        ///
-       virtual int latex(Buffer const *, std::ostream &, bool, bool) const
+       int latex(Buffer const *, std::ostream &, bool, bool) const
                { return 0; }
+       ///
+       void validate(LaTeXFeatures &) const {}
 private:
        /// used by the constructors
        void init();