diff --git a/tools/texturev/texturev.cpp b/tools/texturev/texturev.cpp index 649218199..cd3e4d925 100644 --- a/tools/texturev/texturev.cpp +++ b/tools/texturev/texturev.cpp @@ -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();)