]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_inset.C
some renaming + safety stuff
[features.git] / src / mathed / math_inset.C
index 9c6299646d46591fbb3ae9df6eecf3efaa27b5dd..ae0226a884c600cf4f69d6dccb59fca0c22b97cd 100644 (file)
@@ -116,9 +116,9 @@ bool MathInset::idxEnd(idx_type &, pos_type &) const
 }
 
 
-void MathInset::getPos(idx_type, pos_type, int & x, int & y) const
+void MathInset::getScreenPos(idx_type, pos_type, int & x, int & y) const
 {
-       lyxerr << "MathInset::getPos() called directly!" << endl;
+       lyxerr << "MathInset::getScreenPos() called directly!" << endl;
        x = y = 0;
 }