X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTextMetrics.h;h=4e9fc0dc2d05fc5955a4790356b2cd1f79fe3eca;hb=af6cb2d0e239a4e84a8e25c947862c215aac93f4;hp=92b1962545e40c4ea5301f81956adb2d567dac21;hpb=8fb1aa51f8d14747bd21d9e113a8dd301a2f07dc;p=lyx.git diff --git a/src/TextMetrics.h b/src/TextMetrics.h index 92b1962545..4e9fc0dc2d 100644 --- a/src/TextMetrics.h +++ b/src/TextMetrics.h @@ -16,6 +16,7 @@ #include "Font.h" #include "InsetList.h" +#include "LayoutEnums.h" #include "ParagraphMetrics.h" #include "support/types.h" @@ -136,7 +137,7 @@ private: void breakRow(Row & row, int right_margin, pit_type const pit) const; // Expand the alignment of paragraph \param par at position \param pos - int getAlign(Paragraph const & par, pos_type pos) const; + LyXAlignment getAlign(Paragraph const & par, pos_type pos) const; /** this calculates the specified parameters. needed when setting * the cursor and when creating a visible row */ void computeRowMetrics(pit_type pit, Row & row, int width) const;