diff options
Diffstat (limited to 'indra/newview/llfilepicker_mac.h')
-rw-r--r-- | indra/newview/llfilepicker_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfilepicker_mac.h b/indra/newview/llfilepicker_mac.h index 2ec9d0c4e6..c18643f355 100644 --- a/indra/newview/llfilepicker_mac.h +++ b/indra/newview/llfilepicker_mac.h @@ -39,7 +39,7 @@ #include <vector> //void modelessPicker(); -std::vector<std::string>* doLoadDialog(const std::vector<std::string>* allowed_types, +std::unique_ptr<std::vector<std::string>> doLoadDialog(const std::vector<std::string>* allowed_types, unsigned int flags); void doLoadDialogModeless(const std::vector<std::string>* allowed_types, |