Бранимир Караџић %!s(int64=6) %!d(string=hai) anos
pai
achega
9ad5f41858
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/texturev/texturev.cpp

+ 1 - 1
tools/texturev/texturev.cpp

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