Merge pull request #2681 from wangzhaode/feature/bugfix_win_compile

[MNN::Bugfix] Bugfix of Backend::onResizeEnd compile.
This commit is contained in:
王召德 2023-12-04 20:21:14 +08:00 committed by GitHub
commit 1ea55f467f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -115,9 +115,7 @@ public:
/**
* @brief callback after resize ops.
*/
virtual ErrorCode onResizeEnd() {
return MNN::NO_ERROR;
}
virtual ErrorCode onResizeEnd() = 0;
/**
* @brief callback before executing ops.