]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/treectrl.cpp
no changes, just de TABified
[wxWidgets.git] / src / msw / treectrl.cpp
index 024af8d6eb949ef5fde1752b0dda477bb8feda60..92dc2fce7d58ffbe704492331d45b9f3593d22f0 100644 (file)
@@ -659,7 +659,7 @@ bool wxTreeCtrl::Create(wxWindow *parent,
     if ( !CreateControl(parent, id, pos, size, style, validator, name) )
         return false;
 
-    DWORD exStyle = 0;
+    WXDWORD exStyle = 0;
     DWORD wstyle = MSWGetStyle(m_windowStyle, & exStyle);
     wstyle |= WS_TABSTOP | TVS_SHOWSELALWAYS;