aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Style.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/Style.h
parent38c9ba36dfc8ee99f6f1bcdd9811ec199cb5dad1 (diff)
downloadscintilla-mirror-e41eecbf8bcc23eba2e3a3e928b8ec2963bc71d2.tar.gz
Made compatible with clang.
Diffstat (limited to 'src/Style.h')
-rw-r--r--src/Style.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Style.h b/src/Style.h
index 0be3d4f07..c1f87e1b3 100644
--- a/src/Style.h
+++ b/src/Style.h
@@ -54,7 +54,7 @@ public:
void ClearTo(const Style &source);
bool EquivalentFontTo(const Style *other) const;
void Realise(Surface &surface, int zoomLevel, Style *defaultStyle = 0, int extraFontFlag = 0);
- bool IsProtected() const { return !(changeable && visible);};
+ bool IsProtected() const { return !(changeable && visible);}
};
#ifdef SCI_NAMESPACE