]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetnote.h
use more specific smart_ptr headers
[lyx.git] / src / insets / insetnote.h
index 6688e77a80b2f7163f8aee103b21ff875bc4288a..2c20a8e8996623a45000348f011b7e48a7ea7459 100644 (file)
@@ -47,6 +47,9 @@ public:
        int docbook(Buffer const *, std::ostream &) const
                { return 0; }
        ///
+       int ascii(Buffer const *, std::ostream &, int) const
+               { return 0; }
+       ///
        void validate(LaTeXFeatures &) const {}
 private:
        /// used by the constructors