From 9527e6f388b10afcde7088df567c3a907df77f8d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 30 Apr 2010 13:35:31 +0000 Subject: Made compatible with clang. --- src/Style.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Style.h') 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 -- cgit v1.2.3