]> git.lyx.org Git - lyx.git/blobdiff - src/screen.C
add missing typename
[lyx.git] / src / screen.C
index 66df051f80cfdf48e1d93db51512269a8203a9cd..83c19bc19a7a471c2d3bafffeb827ab0a4da7daf 100644 (file)
@@ -527,7 +527,7 @@ void LyXScreen::toggleToggle(LyXText * text, BufferView * bv,
                     static_cast<int>(text->first_y + owner.height()))-offset;
        int const top = min(max(top_tmp, text->first_y),
                  static_cast<int>(text->first_y + owner.height()))-offset;
-       
+
        drawFromTo(text, bv, top - text->first_y,
                   bottom - text->first_y, y_offset,
                   x_offset);