diff options
author | Neil <nyamatongwe@gmail.com> | 2021-10-12 11:57:13 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-10-12 11:57:13 +1100 |
commit | bee9f039a67915f609803ea1351432248b888df1 (patch) | |
tree | 74175cb72730208402e954528331fcca7605654e | |
parent | 701d13c2448efab7e91c6205804c9f3be7a5faae (diff) | |
download | scintilla-mirror-bee9f039a67915f609803ea1351432248b888df1.tar.gz |
Feature [feature-requests:#1416] Harmonize parameter name.
-rw-r--r-- | src/MarginView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MarginView.h b/src/MarginView.h index c42b4c344..a34f52e29 100644 --- a/src/MarginView.h +++ b/src/MarginView.h @@ -36,7 +36,7 @@ public: void DropGraphics() noexcept; void RefreshPixMaps(Surface *surfaceWindow, const ViewStyle &vsDraw); - void PaintOneMargin(Surface *surface, PRectangle rc, PRectangle rcMargin, const MarginStyle &marginStyle, + void PaintOneMargin(Surface *surface, PRectangle rc, PRectangle rcOneMargin, const MarginStyle &marginStyle, const EditModel &model, const ViewStyle &vs); void PaintMargin(Surface *surface, Sci::Line topLine, PRectangle rc, PRectangle rcMargin, const EditModel &model, const ViewStyle &vs); |