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

Fix mac build

parent d09ac16a
No related branches found
No related tags found
No related merge requests found
......@@ -759,8 +759,6 @@ bool LLFilePicker::doNavSaveDialog(ESaveFilter filter, const std::string& filena
// Run the dialog
std::unique_ptr<std::string> filev = doSaveDialog(&namestring,
&type,
&creator,
&extension,
mPickOptions);
......
......@@ -42,8 +42,6 @@
std::unique_ptr<std::vector<std::string>> doLoadDialog(const std::vector<std::string>* allowed_types,
unsigned int flags);
std::unique_ptr<std::string> doSaveDialog(const std::string* file,
const std::string* type,
const std::string* creator,
const std::string* extension,
unsigned int flags);
enum {
......
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