diff options
author | Neil <nyamatongwe@gmail.com> | 2018-04-28 10:12:11 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2018-04-28 10:12:11 +1000 |
commit | 3173850f9261c9af83c91e92450879b233565670 (patch) | |
tree | d34a62c740f03047a191607f50b03d4706bf4965 /src/Style.h | |
parent | 7b368356d901a89af7ce090459680280f7122672 (diff) | |
download | scintilla-mirror-3173850f9261c9af83c91e92450879b233565670.tar.gz |
Rename method to avoid confusion between base and derived classes.
Diffstat (limited to 'src/Style.h')
-rw-r--r-- | src/Style.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Style.h b/src/Style.h index e119bc65e..51ab5d3e6 100644 --- a/src/Style.h +++ b/src/Style.h @@ -49,7 +49,7 @@ struct FontMeasurements { XYPOSITION spaceWidth; int sizeZoomed; FontMeasurements(); - void Clear(); + void ClearMeasurements(); }; /** |