]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_funcliminset.h
parse octave output as matrix if necessary
[features.git] / src / mathed / math_funcliminset.h
index 0d4e8dcc8517d996754e3448812cdd20c8c367b6..86736136ac306faa9275b551303a23a2a61ebda1 100644 (file)
@@ -4,15 +4,13 @@
 
 #include "math_diminset.h"
 
-struct latexkeys;
-
 // "normal" symbols that don't take limits and don't grow in displayed
 // formulae
 
 class MathFuncLimInset : public MathDimInset {
 public:
        ///
-       explicit MathFuncLimInset(latexkeys const *);
+       explicit MathFuncLimInset(string const & name);
        ///
        MathInset * clone() const;
        ///
@@ -28,7 +26,7 @@ public:
 
 private:
        ///
-       latexkeys const * sym_;
+       string const name_;
        ///
        mutable MathMetricsInfo mi_;
 };