]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/ref_inset.h
Georg Baum's vspace change
[lyx.git] / src / mathed / ref_inset.h
index 7d70b71744c07ae1c69a35092879970f5e3ca4db..d5de1403dda6178dc09e3c22998faa48325f1293 100644 (file)
@@ -36,11 +36,11 @@ public:
        virtual RefInset * asRefInset() { return this; }
 
        /// plain ascii output
-       int ascii(std::ostream & os, int) const;
+       int plaintext(std::ostream & os, OutputParams const &) const;
        /// linuxdoc output
-       int linuxdoc(std::ostream & os) const;
+       int linuxdoc(std::ostream & os, OutputParams const &) const;
        /// docbook output
-       int docbook(std::ostream & os, bool) const;
+       int docbook(std::ostream & os, OutputParams const &) const;
 
        /// small wrapper for the time being
        DispatchResult localDispatch(FuncRequest const & cmd);