Fixed build.

This commit is contained in:
Бранимир Караџић 2019-02-19 19:30:08 -08:00
parent 316b610d96
commit 9ad5f41858

View File

@ -266,7 +266,7 @@ bool openFileSelectionDialog(
, "--file-selection%s --title \"%.*s\" --filename \"%s\""
, FileSelectionDialogType::Save == _type ? " --save" : ""
, _title.getLength(), _title.getPtr()
, _inOutFilePath.get()
, _inOutFilePath.getCPtr()
);
for (bx::LineReader lr(_filter); !lr.isDone();)