]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.h
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / MacroTable.h
index 24e896c6b2403c9d3e0dfff1018be381bc5e7111..88427d68fdf5ed7b8b4f596d8e3e9ce8868d09f0 100644 (file)
@@ -81,7 +81,7 @@ public:
        MacroType & type() { return type_; }
        
        /// output as TeX macro, only works for lazy MacroData!!!
-       void write(odocstream & os, bool overwriteRedefinition) const;
+       int write(odocstream & os, bool overwriteRedefinition) const;
 
        ///
        bool operator==(MacroData const & x) const {