]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_amsarrayinset.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_amsarrayinset.h
index 55900da11b242488783899074966e63a4029dd94..7a96998f0e1c20ec43bfbe01e0f83cfa2d8ff40b 100644 (file)
@@ -4,14 +4,14 @@
 
 #include "math_gridinset.h"
 
-#ifdef __GNUG__
-#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 +27,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;