]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
Andreas' patch to prevent crash on click on previewd inset
[lyx.git] / src / mathed / math_diminset.C
index 00a1befa17a8a07ac49a2628e177e54621fdb1b4..939e4b89a82a63b41da6dc726a9c665f5bb683fb 100644 (file)
@@ -40,5 +40,5 @@ int MathDimInset::width() const
 void MathDimInset::setPosCache(PainterInfo const &, int x, int y) const
 {
        //lyxerr << "MathDimInset: cache to " << x << " " << y << std::endl;
-       theCoords.insets_.add(this, x, y);
+       theCoords.insets().add(this, x, y);
 }