]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wincmn.cpp
Attempting to allow WIN16 compilation of the db/dbtable classes
[wxWidgets.git] / src / common / wincmn.cpp
index d6f16b309ee8ab0e96e72f74c39692c9ef69b55b..693d9ebe708b6fdba878c39fc6d3b34b373423a8 100644 (file)
@@ -748,7 +748,7 @@ bool wxWindowBase::TransferDataToWindow()
 
         if ( recurse )
         {
-            if ( !child->TransferToWindow() )
+            if ( !child->TransferDataToWindow() )
             {
                 // warning already given
                 return FALSE;
@@ -780,7 +780,7 @@ bool wxWindowBase::TransferDataFromWindow()
 
         if ( recurse )
         {
-            if ( !child->TransferFromWindow() )
+            if ( !child->TransferDataFromWindow() )
             {
                 // warning already given
                 return FALSE;