]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetref.C
clear()->erase() ; lots of using directives for cxx
[lyx.git] / src / insets / insetref.C
index bb985a9ed857cc0a88432679440a3a802eb94df3..0df28abc6d3d3b5dc56c5d2ee2aefedff12dae1e 100644 (file)
@@ -84,6 +84,13 @@ int InsetRef::Latex(ostream & os,
 }
 
 
+int InsetRef::Ascii(ostream & os) const
+{
+       os << "[" << getContents() << "]";
+       return 0;
+}
+
+
 int InsetRef::Linuxdoc(ostream & os) const
 {
        os << "<ref id=\"" << getContents()