]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.C
some selection work for tabulars
[features.git] / src / insets / insettext.C
index 5c0996c237deb0096e424da251c3364e1981cd8f..fe8fb5670838132319671cfc215aad13d0aebf53 100644 (file)
@@ -382,7 +382,7 @@ void InsetText::validate(LaTeXFeatures & features) const
 }
 
 
-void InsetText::getCursorPos(int & x, int & y) const
+void InsetText::getCursorPos(int, int & x, int & y) const
 {
        x = text_.cursorX() + TEXT_TO_INSET_OFFSET;
        y = text_.cursorY() - dim_.asc + TEXT_TO_INSET_OFFSET;