Skip to content

Commit 07d94bd

Browse files
committed
fix compile fetch_op_handle on mac
1 parent ba57348 commit 07d94bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/framework/details/fetch_op_handle.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct FetchOpHandle : public OpHandleBase {
4242
protected:
4343
void RunImpl() override;
4444

45-
virtual void WaitInputVarGenerated(const platform::Place &place);
45+
void WaitInputVarGenerated(const platform::Place &place) override;
4646

4747
private:
4848
FeedFetchList *data_;

0 commit comments

Comments
 (0)