]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cocoa/clipbrd.h
Add RunScript and implement on all backends. Document and add a very simple unit...
[wxWidgets.git] / include / wx / cocoa / clipbrd.h
index c71180d03b96f4f58a5c71e2c1cdc052ff9f3d32..f3349375fcab87526bfce3ba6095ccda5cbbbee7 100644 (file)
@@ -1,12 +1,12 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/cocoa/clipboard.h
+// Name:        wx/cocoa/clipbrd.h
 // Purpose:     wxClipboard
 // Author:      David Elliott <dfe@cox.net>
 // Modified by:
 // Created:     2003/07/23
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifndef __WX_COCOA_CLIPBRD_H__
@@ -22,7 +22,7 @@ class wxClipboard : public wxClipboardBase
     DECLARE_DYNAMIC_CLASS(wxClipboard)
 public:
     wxClipboard();
-    ~wxClipboard();
+    virtual ~wxClipboard();
 
     // open the clipboard before SetData() and GetData()
     virtual bool Open();