aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-04-26 20:01:00 +1000
committerNeil <nyamatongwe@gmail.com>2018-04-26 20:01:00 +1000
commit1934f3df9beb1188c16be8a4d620ba234cdb87d2 (patch)
tree322a91bbd9348c73ef45335cd3aaf6aadd8626d5 /src/ViewStyle.h
parenta897c17ff7e3fdeca4266f170fb976604af44b2c (diff)
downloadscintilla-mirror-1934f3df9beb1188c16be8a4d620ba234cdb87d2.tar.gz
Change type to avoid casts.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index 4348e3eaa..c2e052e03 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -91,7 +91,7 @@ class ViewStyle {
FontMap fonts;
public:
std::vector<Style> styles;
- size_t nextExtendedStyle;
+ int nextExtendedStyle;
std::vector<LineMarker> markers;
int largestMarkerHeight;
std::vector<Indicator> indicators;