Skip to content
Snippets Groups Projects
Commit 78d039e5 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix linux filepicker build

parent 7997981a
No related branches found
No related tags found
No related merge requests found
......@@ -1246,7 +1246,7 @@ static std::string add_save_texture_filter_to_gtkchooser(GtkWindow *picker)
return caption;
}
BOOL LLFilePicker::getSaveFile( ESaveFilter filter, const std::string& filename )
BOOL LLFilePicker::getSaveFile( ESaveFilter filter, const std::string& filename /*= LLStringUtil::null*/, bool blocking /*= true*/ )
{
BOOL rtn = FALSE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment