X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView_pimpl.h;h=e011a08990783a5bcca3d6c504d0e3e83dc12e17;hb=dad1fc66e44a4dad94eb1e9ffd5736bf8f59ae6d;hp=ed39aa1cc3a9463db6e6f6c8d30168ce0b716aff;hpb=ae87b945156585b080ed155919f64b80e48d7a04;p=lyx.git diff --git a/src/BufferView_pimpl.h b/src/BufferView_pimpl.h index ed39aa1cc3..e011a08990 100644 --- a/src/BufferView_pimpl.h +++ b/src/BufferView_pimpl.h @@ -19,9 +19,6 @@ #include #include -#ifdef __GNUG__ -#pragma interface -#endif class Change; class LyXView; @@ -62,7 +59,7 @@ struct BufferView::Pimpl : public boost::signals::trackable { /// void scrollDocView(int value); /** - * Wheel mouse scroll, move by multiples of text->defaultHeight(). + * Wheel mouse scroll, move by multiples of text->defaultRowHeight(). */ void scroll(int lines); ///