From 6608047ba5e8f9e88aaa5a99dfcac3c030471f77 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 11 Jul 2011 11:22:35 +1000 Subject: Fix warning about extra ';'. --- cocoa/PlatCocoa.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocoa/PlatCocoa.mm b/cocoa/PlatCocoa.mm index 985539396..87cac5ea2 100644 --- a/cocoa/PlatCocoa.mm +++ b/cocoa/PlatCocoa.mm @@ -1498,7 +1498,7 @@ public: doubleClickAction(NULL), doubleClickActionData(NULL) { } - ~ListBoxImpl() {}; + ~ListBoxImpl() {} // ListBox methods void SetFont(Font& font); -- cgit v1.2.3