mirror of https://github.com/alibaba/MNN.git
Merge pull request #2681 from wangzhaode/feature/bugfix_win_compile
[MNN::Bugfix] Bugfix of Backend::onResizeEnd compile.
This commit is contained in:
commit
1ea55f467f
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue