]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed inheritance info
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 16 Feb 2002 11:17:11 +0000 (11:17 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 16 Feb 2002 11:17:11 +0000 (11:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/clipbrd.cpp
src/mac/clipbrd.cpp

index d9ea2d386718bf3c448b20e8302e14923a269283..354d3d2aec4dd5e7c72c7b886cee4a99e7d9acbe 100644 (file)
@@ -131,7 +131,7 @@ void *wxGetClipboardData(wxDataFormat dataFormat, long *len)
  * Generalized clipboard implementation by Matthew Flatt
  */
 
-IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxClipboardBase)
+IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxObject)
 
 wxClipboard::wxClipboard()
 {
index d9ea2d386718bf3c448b20e8302e14923a269283..354d3d2aec4dd5e7c72c7b886cee4a99e7d9acbe 100644 (file)
@@ -131,7 +131,7 @@ void *wxGetClipboardData(wxDataFormat dataFormat, long *len)
  * Generalized clipboard implementation by Matthew Flatt
  */
 
-IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxClipboardBase)
+IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxObject)
 
 wxClipboard::wxClipboard()
 {