diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-06-19 13:50:22 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-06-19 13:50:22 +0300 |
commit | d584d58e13ced5ec18de23fb12f5956a6ae022cf (patch) | |
tree | 250fd8dd26af0fb8cf5b54621d07e6a039af8c69 /indra/newview/lldirpicker.h | |
parent | bbc49ea0b6fba760954f0ed8cc89434ef83afcc5 (diff) |
mac build fixes
Diffstat (limited to 'indra/newview/lldirpicker.h')
-rw-r--r-- | indra/newview/lldirpicker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldirpicker.h b/indra/newview/lldirpicker.h index c1087c70ac..c7dba12130 100644 --- a/indra/newview/lldirpicker.h +++ b/indra/newview/lldirpicker.h @@ -60,7 +60,7 @@ public: // calling this before main() is undefined static LLDirPicker& instance( void ) { return sInstance; } - BOOL getDir(std::string filename, bool blocking = true); + BOOL getDir(std::string* filename, bool blocking = true); std::string getDirName(); // clear any lists of buffers or whatever, and make sure the dir |