Бранимир Караџић 6 rokov pred
rodič
commit
9ad5f41858
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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\""
 		, FileSelectionDialogType::Save == _type ? " --save" : ""
 		, _title.getLength(),  _title.getPtr()
-		, _inOutFilePath.get()
+		, _inOutFilePath.getCPtr()
 		);
 
 	for (bx::LineReader lr(_filter); !lr.isDone();)