]> git.lyx.org Git - lyx.git/blobdiff - src/TextMetrics.h
* GuiDocument.cpp: before accessing the buffer() in paramsToDialog(), check
[lyx.git] / src / TextMetrics.h
index be44d4f45ae506bd3aaee7597d486021546d4700..32282f76ce9449067ba082c4d2b4803153c7a31c 100644 (file)
@@ -179,7 +179,7 @@ public:
        /// returns the row near the specified y-coordinate in a given paragraph
        /// (relative to the screen). If assert_in_view is true, it is made sure
        /// that the row is on screen completely; this might change the given pit.
-       Row const & getPitAndRowNearY(int y, pit_type & pit,
+       Row const & getPitAndRowNearY(int y, pit_type & pit,
                bool assert_in_view, bool up);
 
        /// returns the paragraph number closest to screen y-coordinate.