diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-09-08 19:45:14 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-09-08 19:45:14 +0000 |
commit | b6d1a440d3885480e6f2e2209434e633689a4bf6 (patch) | |
tree | b859be4f3cd8c31733e252083389b14cb5748d1c /src/performcommand.h | |
parent | 71cc260a3ca6d3d0594fd4cadb0711ae3f142932 (diff) | |
download | build-b6d1a440d3885480e6f2e2209434e633689a4bf6.tar.gz build-b6d1a440d3885480e6f2e2209434e633689a4bf6.tar.bz2 build-b6d1a440d3885480e6f2e2209434e633689a4bf6.tar.xz build-b6d1a440d3885480e6f2e2209434e633689a4bf6.zip |
Getting steaddily closer.
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 | }; |