diff options
| author | nyamatongwe <devnull@localhost> | 2011-07-11 11:22:35 +1000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2011-07-11 11:22:35 +1000 | 
| commit | 2dee86b9c77ab2462e5a18c10c079d9c71c18ca1 (patch) | |
| tree | b0c7983241eb0cee9e10d63060afd626b6afe558 | |
| parent | f6b5bf967bf310adb21269fc9b9c50801e7e4193 (diff) | |
| download | scintilla-mirror-2dee86b9c77ab2462e5a18c10c079d9c71c18ca1.tar.gz | |
Fix warning about extra ';'.
| -rw-r--r-- | cocoa/PlatCocoa.mm | 2 | 
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); | 
