]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
reSWIGged
[wxWidgets.git] / src / msw / treectrl.cpp
index 6bc4c2341c8281218de92b6e052069020a15686f..8250f4878250ead0e8ada0995bf88173a7f9277f 100644 (file)
@@ -659,7 +659,7 @@ bool wxTreeCtrl::Create(wxWindow *parent,
 
     if ( m_windowStyle & wxTR_FULL_ROW_HIGHLIGHT )
     {
-        if ( wxTheApp->GetComCtl32Version() >= 471 )
+        if ( wxApp::GetComCtl32Version() >= 471 )
             wstyle |= TVS_FULLROWSELECT;
     }