]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_pos.h
Jean-Marc's fix for wrong descent
[lyx.git] / src / mathed / math_pos.h
index 806827bcfdf58ccaa9975bb359f4724aa21c145e..85198c782f1ddf43a32deb2e3b5ee5f69a1f97ec 100644 (file)
@@ -1,9 +1,6 @@
 #ifndef MATH_POS_H
 #define MATH_POS_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include <iosfwd>
 #include "math_data.h"
@@ -23,6 +20,8 @@ public:
        MathArray & cell(MathArray::idx_type idx) const;
        /// gets screen position of the thing
        void getPos(int & x, int & y) const;
+       /// set position
+       void setPos(MathArray::pos_type pos);
 
 public:
        /// pointer to an inset