Skip to content

Commit

Permalink
Merge pull request #2681 from wangzhaode/feature/bugfix_win_compile
Browse files Browse the repository at this point in the history
[MNN::Bugfix] Bugfix of Backend::onResizeEnd compile.
  • Loading branch information
wangzhaode committed Dec 4, 2023
2 parents de525a2 + 511e4d7 commit 1ea55f4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/core/Backend.hpp
Expand Up @@ -115,9 +115,7 @@ class Backend : public NonCopyable {
/**
* @brief callback after resize ops.
*/
virtual ErrorCode onResizeEnd() {
return MNN::NO_ERROR;
}
virtual ErrorCode onResizeEnd() = 0;

/**
* @brief callback before executing ops.
Expand Down

0 comments on commit 1ea55f4

Please sign in to comment.