]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_funcinset.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_funcinset.h
index bbc78d93852dee79f9d9d58e0bb0704db7fd6775..3758907e885ec07f5ed5dfd520e0c9f2958911e1 100644 (file)
@@ -2,6 +2,7 @@
 #define MATH_FUNCINSET_H
 
 #include "math_inset.h"
+#include "math_defs.h"
 
 /**
  Functions or LaTeX names for objects that I don't know how to draw.
@@ -23,7 +24,7 @@ public:
        ///
        void Metrics();
        ///
-       inline bool GetLimits() const;
+       bool GetLimits() const;
 protected:
        ///
        int ln;