aboutsummaryrefslogtreecommitdiff
path: root/src/performcommand.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-09-08 19:45:14 +0000
committerMike Buland <eichlan@xagasoft.com>2006-09-08 19:45:14 +0000
commitb6d1a440d3885480e6f2e2209434e633689a4bf6 (patch)
treeb859be4f3cd8c31733e252083389b14cb5748d1c /src/performcommand.h
parent71cc260a3ca6d3d0594fd4cadb0711ae3f142932 (diff)
downloadbuild-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.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};