diff options
Diffstat (limited to 'dw/textblock.hh')
-rw-r--r-- | dw/textblock.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.hh b/dw/textblock.hh index 01f7d9f3..499ee063 100644 --- a/dw/textblock.hh +++ b/dw/textblock.hh @@ -905,7 +905,7 @@ public: void oofSizeChanged (bool extremesChanged); int getGeneratorX (int oofmIndex); int getGeneratorY (int oofmIndex); - int getGeneratorWidth (); + int getGeneratorWidth (int callerX, int callerWidth); int getMaxGeneratorWidth (); bool usesMaxGeneratorWidth (); bool isPossibleOOFContainer (int oofmIndex); |