From 9ad5f418586d968d219e186e6c1b087bd50f9925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Tue, 19 Feb 2019 19:30:08 -0800 Subject: [PATCH] Fixed build. --- tools/texturev/texturev.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();)