aboutsummaryrefslogtreecommitdiff
path: root/src/performcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/performcommand.h')
-rw-r--r--src/performcommand.h2
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
14private: 16private:
15 17
16}; 18};