summaryrefslogtreecommitdiff
path: root/inc/id.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/id.h')
-rw-r--r--inc/id.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/inc/id.h b/inc/id.h
index d6c108a..a10ad49 100644
--- a/inc/id.h
+++ b/inc/id.h
@@ -25,12 +25,8 @@
class ID : public Stage
{
public:
- /**
- * Constructor.
- * @param The next stage in the pipeline.
- * @return A newly allocated ID object.
- */
ID(Stage *next);
+ using Stage::Stage;
using Stage::advance;
/* The following methods are made public so that they may be tested, and are