]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_cursor.h
Changed functioncall to MathedCursor::SelGetArea as we always returned the
[features.git] / src / mathed / math_cursor.h
index c8c16e9094a8979ccadec7c870a8216d45026045..b2fcecc63d6b1f929176983021e24a94a70f833a 100644 (file)
@@ -124,7 +124,7 @@ class MathedCursor {
     ///
     void SelBalance();
 #ifdef USE_PAINTER
-       void SelGetArea(int * xp, int * yp, int & n);
+       void SelGetArea(int ** xp, int ** yp, int & n);
 #else
     ///
     XPoint * SelGetArea(int &);