aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2011-07-11 11:22:35 +1000
committernyamatongwe <devnull@localhost>2011-07-11 11:22:35 +1000
commit2dee86b9c77ab2462e5a18c10c079d9c71c18ca1 (patch)
treeb0c7983241eb0cee9e10d63060afd626b6afe558
parentf6b5bf967bf310adb21269fc9b9c50801e7e4193 (diff)
downloadscintilla-mirror-2dee86b9c77ab2462e5a18c10c079d9c71c18ca1.tar.gz
Fix warning about extra ';'.
-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);