]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/clipbrd.h
Renamed m_clientData member variable to avoid clash with variable with same
[wxWidgets.git] / include / wx / palmos / clipbrd.h
index 36d540cf274eee90fedace807f51b2524069b4c1..3f8023f4ec47c1ec25b945438cc4b9726f35ecc8 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 // Name:        wx/palmos/clipbrd.h
 // Purpose:     wxClipboad class and clipboard functions for Palm OS
-// Author:      William Osborne
+// Author:      William Osborne - minimal working wxPalmOS port
 // Modified by:
 // Created:     10/13/04
-// RCS-ID:      $Id
+// RCS-ID:      $Id$
 // Copyright:   (c) William Osborne
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 #ifndef _WX_CLIPBRD_H_
 #define _WX_CLIPBRD_H_
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "clipbrd.h"
-#endif
-
 #if wxUSE_CLIPBOARD
 
 #include "wx/list.h"
@@ -58,7 +54,7 @@ class WXDLLEXPORT wxClipboard : public wxObject
 
 public:
     wxClipboard();
-    ~wxClipboard();
+    virtual ~wxClipboard();
 
     // open the clipboard before SetData() and GetData()
     virtual bool Open();