diff options
Diffstat (limited to 'src/EditView.h')
-rw-r--r-- | src/EditView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/EditView.h b/src/EditView.h index e2101d745..c9364ad30 100644 --- a/src/EditView.h +++ b/src/EditView.h @@ -115,7 +115,7 @@ public: std::shared_ptr<LineLayout> RetrieveLineLayout(Sci::Line lineNumber, const EditModel &model); void LayoutLine(const EditModel &model, Surface *surface, const ViewStyle &vstyle, - LineLayout *ll, int width = LineLayout::wrapWidthInfinite); + LineLayout *ll, int width); static void UpdateBidiData(const EditModel &model, const ViewStyle &vstyle, LineLayout *ll); |