aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--cocoa/PlatCocoa.mm2
1 files changed, 1 insertions, 1 deletions
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);