From 29f72cb83b1565132c075ba815afbaa2b6e421d1 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 22 Apr 2026 09:08:34 +1000 Subject: Rename parameters to avoid clang-tidy readability-suspicious-call-argument warnings. --- src/CellBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CellBuffer.h') diff --git a/src/CellBuffer.h b/src/CellBuffer.h index e48eded4d..d54d2be8d 100644 --- a/src/CellBuffer.h +++ b/src/CellBuffer.h @@ -161,7 +161,7 @@ public: /// Setting styles for positions outside the range of the buffer is safe and has no effect. /// @return range where style of characters changed. ChangedRange SetStyles(Sci::Position position, const char *styles, Sci::Position length) noexcept; - ChangedRange SetStyleFor(Sci::Position position, Sci::Position lengthStyle, char styleValue) noexcept; + ChangedRange SetStyleFor(Sci::Position position, Sci::Position length, char value) noexcept; const char *DeleteChars(Sci::Position position, Sci::Position deleteLength, bool &startSequence); -- cgit v1.2.3