]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
small up/down tweaking
[lyx.git] / src / mathed / math_amsarrayinset.h
index 55900da11b242488783899074966e63a4029dd94..ea4d7aff4c187dd78f712765c3359668a44213ee 100644 (file)
@@ -8,10 +8,13 @@
 #pragma interface
 #endif
 
-//
-// used for [pbvV]matrix, psmatrix etc
-//
-
+/**
+ * Inset for things like [pbvV]matrix, psmatrix etc
+ *
+ * \author André Pönitz
+ *
+ * Full author contact details are available in file CREDITS
+ */
 
 class MathAMSArrayInset : public MathGridInset {
 public:
@@ -27,6 +30,8 @@ public:
        void draw(MathPainterInfo & pain, int x, int y) const;
        ///
        MathAMSArrayInset * asAMSArrayInset() { return this; }
+       ///
+       MathAMSArrayInset const * asAMSArrayInset() const { return this; }
 
        ///
        void write(WriteStream & os) const;