Skip to content

Commit 109fb79

Browse files
authored
fix building for Android (#1568)
1 parent 2101227 commit 109fb79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sherpa-onnx/csrc/online-transducer-model.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ std::unique_ptr<OnlineTransducerModel> OnlineTransducerModel::Create(
206206

207207
#if __ANDROID_API__ >= 9
208208
template std::unique_ptr<OnlineTransducerModel> OnlineTransducerModel::Create(
209-
Manager *mgr, const OnlineModelConfig &config);
209+
AAssetManager *mgr, const OnlineModelConfig &config);
210210
#endif
211211

212212
#if __OHOS__

0 commit comments

Comments
 (0)