diff options
Diffstat (limited to 'indra/newview/lldirpicker.cpp')
-rw-r--r-- | indra/newview/lldirpicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldirpicker.cpp b/indra/newview/lldirpicker.cpp index 5a01bfdc84..0628d54449 100644 --- a/indra/newview/lldirpicker.cpp +++ b/indra/newview/lldirpicker.cpp @@ -56,7 +56,7 @@ BOOL LLDirPicker::getDir(LLString* filename) memset(&bi, 0, sizeof(bi)); bi.ulFlags = BIF_USENEWUI; - bi.hwndOwner = llwindow_get_hwnd(gViewerWindow->getWindow());; + bi.hwndOwner = (HWND)gViewerWindow->getPlatformWindow(); bi.lpszTitle = NULL; ::OleInitialize(NULL); |