]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_xymatrixinset.h
preview as preview can...
[lyx.git] / src / mathed / math_xymatrixinset.h
index 1522fc4a013ff82338b012f7b657beec3a0f5cfb..c0c8600859f0ccc7b522975d4b809756abfab40c 100644 (file)
 
 
 class MathXYMatrixInset : public MathGridInset {
-public: 
+public:
        ///
        MathXYMatrixInset();
        ///
        MathInset * clone() const;
        ///
-       void metrics(MathMetricsInfo const & st) const;
+       void metrics(MathMetricsInfo & st) const;
        ///
        MathXYMatrixInset const * asXYMatrixInset() const { return this; }
        ///