]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_parinset.h
small cleanup, doxygen, formatting changes
[lyx.git] / src / mathed / math_parinset.h
index c8e2784d1632500c467c012e382fee7f631a77ce..d6583e8a11e2b73405049f11b47d3aed77dce6c8 100644 (file)
@@ -5,11 +5,13 @@
 #include "math_inset.h"
 #include "math_defs.h"
 
-struct MathedRowSt;
+class MathedRowSt;
 class MathedArray;
 
 
-/** The math paragraph base class, base to all editable math objects */
+/** The math paragraph base class, base to all editable math objects
+    \author Alejandro Aguilar Sierra
+ */
 class MathParInset: public MathedInset  {
 public: 
        ///
@@ -31,7 +33,7 @@ public:
        ///
        virtual void UserSetSize(short);
        /// Data is stored in a LyXArray
-       virtual void SetData(MathedArray *);
+       virtual void setData(MathedArray *);
        ///
        virtual MathedArray * GetData();
        /// Paragraph position