]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_substackinset.h
Fix reading of math macros
[lyx.git] / src / mathed / math_substackinset.h
index 788a85edd05598673e4d7aa96dd40e48c2def5be..9c3d18291b0808f5d580ce65ea06b1d2fd86f415 100644 (file)
 
 
 class MathSubstackInset : public MathGridInset {
-public: 
+public:
        ///
        MathSubstackInset();
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & mi) const;
        ///
        MathSubstackInset const * asSubstackInset() const { return this; }