aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/DocumentAccessor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-04-30 13:35:31 +0000
committernyamatongwe <devnull@localhost>2010-04-30 13:35:31 +0000
commite41eecbf8bcc23eba2e3a3e928b8ec2963bc71d2 (patch)
treeb37e568d808eac2dba923b0006a3a55a46e18e3e /src/DocumentAccessor.h
parent38c9ba36dfc8ee99f6f1bcdd9811ec199cb5dad1 (diff)
downloadscintilla-mirror-e41eecbf8bcc23eba2e3a3e928b8ec2963bc71d2.tar.gz
Made compatible with clang.
Diffstat (limited to 'src/DocumentAccessor.h')
-rw-r--r--src/DocumentAccessor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DocumentAccessor.h b/src/DocumentAccessor.h
index 39a0f2521..eb877d6d1 100644
--- a/src/DocumentAccessor.h
+++ b/src/DocumentAccessor.h
@@ -63,7 +63,7 @@ public:
WindowID GetWindow() { return id; }
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);