diff options
Diffstat (limited to '')
-rw-r--r-- | src/performcommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/performcommand.h b/src/performcommand.h index 219ae28..b6f7f11 100644 --- a/src/performcommand.h +++ b/src/performcommand.h | |||
@@ -11,6 +11,8 @@ public: | |||
11 | PerformCommand(); | 11 | PerformCommand(); |
12 | virtual ~PerformCommand(); | 12 | virtual ~PerformCommand(); |
13 | 13 | ||
14 | virtual Perform *duplicate( Build &bld, const std::string &cont ); | ||
15 | |||
14 | private: | 16 | private: |
15 | 17 | ||
16 | }; | 18 | }; |