]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNest.h
make it compile again (hopefully)
[lyx.git] / src / mathed / InsetMathNest.h
index 74908c31cf730537754249499bc3c2dd62f984df..49476dcf9885185d3cadd697d19b32d52cd21cc4 100644 (file)
@@ -93,7 +93,7 @@ public:
        /// writes [, name(), and args in []
        void normalize(NormalStream & os) const;
        ///
-       int latex(Buffer const &, std::ostream & os,
+       int latex(Buffer const &, lyx::odocstream & os,
                        OutputParams const & runparams) const;
 
 protected:
@@ -110,7 +110,7 @@ protected:
 
        /// interpret \p c and insert the result at the current position of
        /// of \p cur. Return whether the cursor should stay in the formula.
-       bool interpret(LCursor & cur, char c);
+       bool interpretChar(LCursor & cur, lyx::char_type c);
        ///
        bool script(LCursor & cur, bool,
                std::string const & save_selection = std::string());
@@ -119,7 +119,7 @@ public:
        /// interpret \p str and insert the result at the current position of
        /// \p cur if it is something known. Return whether \p cur was
        /// inserted.
-       bool interpret(LCursor & cur, std::string const & str);
+       bool interpretString(LCursor & cur, std::string const & str);
 
 private:
        /// lfun handler