summaryrefslogtreecommitdiff
path: root/inc/wb.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/wb.h')
-rw-r--r--inc/wb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/wb.h b/inc/wb.h
index b8f5d8f..c1a6a32 100644
--- a/inc/wb.h
+++ b/inc/wb.h
@@ -14,7 +14,7 @@ class WB : public Stage
*/
WB(Stage *next);
- Response advance(InstrDTO &i) override;
+ Response advance(InstrDTO &i, Response p) override;
};
#endif /* WB_H_INCLUDED */