Compilation fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16455 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-01-01 10:41:28 +00:00
parent f1d90e17d8
commit c87fa1927b

View File

@ -87,9 +87,12 @@ private:
/// sets row.width to the minimum space a row needs on the screen in pixel
void setRowWidth(int right_margin, pit_type const pit, Row & row) const;
// Temporary public:
public:
/// Calculate and set the height of the row
void setHeightOfRow(pit_type, Row & row);
private:
/// returns the column near the specified x-coordinate of the row.
/// x is an absolute screen coord, it is set to the real beginning
/// of this column.