diff options
author | Nicky <nicky.dasmijn@gmail.com> | 2022-04-18 16:47:54 +0200 |
---|---|---|
committer | Nicky <nicky.dasmijn@gmail.com> | 2022-04-18 16:47:54 +0200 |
commit | b532c2986b7d47b2f0fe75690ceb8bc2183a30a9 (patch) | |
tree | 82da5f360d52ead90e59a44cde894751e75a0363 /indra | |
parent | 7038e3e3586505d7f13f3125578572104c0f2cca (diff) |
Add argument missing from implementation
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfilepicker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfilepicker.cpp b/indra/newview/llfilepicker.cpp index 3669fb1eeb..24c2a4bf74 100644 --- a/indra/newview/llfilepicker.cpp +++ b/indra/newview/llfilepicker.cpp @@ -1423,7 +1423,7 @@ BOOL LLFilePicker::getMultipleOpenFiles( ELoadFilter filter, bool blocking) // Hacky stubs designed to facilitate fake getSaveFile and getOpenFile with // static results, when we don't have a real filepicker. -BOOL LLFilePicker::getSaveFile( ESaveFilter filter, const std::string& filename ) +BOOL LLFilePicker::getSaveFile( ESaveFilter filter, const std::string& filename, bool blocking ) { // if local file browsing is turned off, return without opening dialog // (Even though this is a stub, I think we still should not return anything at all) |