aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/WindowAccessor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2010-04-30 13:35:31 +0000
committernyamatongwe <unknown>2010-04-30 13:35:31 +0000
commit9527e6f388b10afcde7088df567c3a907df77f8d (patch)
treeb37e568d808eac2dba923b0006a3a55a46e18e3e /include/WindowAccessor.h
parent119e9caa6140dbe85591da91a0d668487c0f7174 (diff)
downloadscintilla-mirror-9527e6f388b10afcde7088df567c3a907df77f8d.tar.gz
Made compatible with clang.
Diffstat (limited to 'include/WindowAccessor.h')
-rw-r--r--include/WindowAccessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/WindowAccessor.h b/include/WindowAccessor.h
index 6f265f658..4a8640748 100644
--- a/include/WindowAccessor.h
+++ b/include/WindowAccessor.h
@@ -53,7 +53,7 @@ public:
}
void StartAt(unsigned int start, char chMask=31);
- void SetFlags(char chFlags_, char chWhile_) {chFlags = chFlags_; chWhile = chWhile_; };
+ void SetFlags(char chFlags_, char chWhile_) {chFlags = chFlags_; chWhile = chWhile_; }
unsigned int GetStartSegment() { return startSeg; }
void StartSegment(unsigned int pos);
void ColourTo(unsigned int pos, int chAttr);