]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_iter.C
in addition to the changes mentioned in ChangeLog, there is the usual batch of whites...
[features.git] / src / mathed / math_iter.C
index 2ea46c45b01e910d15ecca0d331b002a29251315..2f9a13d2e6bd50299602db493e542cd0a5f2e780 100644 (file)
@@ -866,7 +866,7 @@ void MathedXIter::IMetrics(int pos2, int& width, int& ascent, int& descent)
   
     descent = ascent = width = 0;
     if (!array) return;
-    if (array->Empty()) return;
+    if (array->empty()) return;
 //    if  (pos2 > array->last) return;
     x1 = x; 
     while (pos<pos2) {