summaryrefslogtreecommitdiff
path: root/inc/wb.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/wb.h')
-rw-r--r--inc/wb.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/inc/wb.h b/inc/wb.h
index c3547c3..d3a1b93 100644
--- a/inc/wb.h
+++ b/inc/wb.h
@@ -24,12 +24,7 @@
class WB : public Stage
{
public:
- /**
- * Constructor.
- * @param The next stage in the pipeline.
- * @return A newly allocated WB object.
- */
- WB(Stage *next);
+ using Stage::Stage;
using Stage::advance;
private: