]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mgl/clipbrd.h
Fix scrolling bug where client size was reported wrong
[wxWidgets.git] / include / wx / mgl / clipbrd.h
index f006a4549f2cde65cd10f62b8f52f7e32fb87f17..98a82d114954689ceb8c8a39b7488f9ab4751943 100644 (file)
@@ -4,17 +4,12 @@
 // Author:      Vaclav Slavik
 // Id:          $Id$
 // Copyright:   (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-
 #ifndef __WX_CLIPBOARD_H__
 #define __WX_CLIPBOARD_H__
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "clipbrd.h"
-#endif
-
 #if wxUSE_CLIPBOARD
 
 #include "wx/object.h"
@@ -31,7 +26,7 @@ class WXDLLEXPORT wxClipboard : public wxClipboardBase
 {
 public:
     wxClipboard() {}
-    ~wxClipboard() {}
+    virtual ~wxClipboard() {}
 
     // open the clipboard before SetData() and GetData()
     virtual bool Open() {}