From 3ffd5d2e5c272dcd933bb898eed507511abf64e4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 6 Apr 2011 12:55:28 +1000 Subject: Avoid warning for extra semi-colons and normalised whitespace. --- include/Platform.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/Platform.h b/include/Platform.h index b70ffc3ce..fd36a322e 100644 --- a/include/Platform.h +++ b/include/Platform.h @@ -302,7 +302,7 @@ public: // Alias another font - caller guarantees not to Release void SetID(FontID fid_) { fid = fid_; } friend class Surface; - friend class SurfaceImpl; + friend class SurfaceImpl; }; /** @@ -411,8 +411,8 @@ public: void SetTitle(const char *s); PRectangle GetMonitorRect(Point pt); #if PLAT_MACOSX - void SetWindow(void *ref) { windowRef = ref; }; - void SetControl(void *_control) { control = _control; }; + void SetWindow(void *ref) { windowRef = ref; } + void SetControl(void *_control) { control = _control; } #endif private: Cursor cursorLast; -- cgit v1.2.3