]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dialog.cpp
some feeble attempts at making wxBeginBusyCursor work
[wxWidgets.git] / src / msw / dialog.cpp
index d5f4085fa6bfeb6fbe01e9bea8e3e7f6bac5a5bc..e68427dbd2b0bd497b3d469e565514281ad0c5d0 100644 (file)
@@ -252,7 +252,7 @@ void wxDialog::SetClientSize(int width, int height)
 {
   HWND hWnd = (HWND) GetHWND();
   RECT rect;
-  GetClientRect(hWnd, &rect);
+  ::GetClientRect(hWnd, &rect);
 
   RECT rect2;
   GetWindowRect(hWnd, &rect2);