Skip to content

Commit aa87f5f

Browse files
committed
Try fix windows build
1 parent e229039 commit aa87f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/translation/translation-utils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ void start_translation(struct transcription_filter_data *gf)
3838
});
3939
} else {
4040
// Model exists, just load it
41-
build_and_enable_translation(gf, model_file_found.value());
41+
build_and_enable_translation(gf, model_file_found.value().string());
4242
}
4343
}

0 commit comments

Comments
 (0)