]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.h
several small patches and some fixes, read the ChangeLog
[features.git] / src / insets / insettext.h
index e05c4b0d108afc7ca88c3fe0a176fabc79b8bd9c..bbc558cf5fe8ec7b987fb9f5a2571526e435c7e6 100644 (file)
@@ -84,6 +84,8 @@ public:
     ///
     int Latex(std::ostream &, bool fragile, bool free_spc) const;
     ///
+    int Ascii(std::ostream &) const { return 0; }
+    ///
     int Linuxdoc(std::ostream &) const { return 0; }
     ///
     int DocBook(std::ostream &) const { return 0; }