From 935bc7d5223883d87f58a6798f4a0ade7df95afc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 1 Aug 2006 03:09:58 +0000 Subject: It actually builds, now it just needs dependancy tracking, and maybe auto-target check triggering. --- src/perform.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/perform.cpp') diff --git a/src/perform.cpp b/src/perform.cpp index 937a76c..d7082a0 100644 --- a/src/perform.cpp +++ b/src/perform.cpp @@ -1,6 +1,7 @@ #include "perform.h" -Perform::Perform() +Perform::Perform( const char *sTarget ) : + sTarget( sTarget ) { } -- cgit v1.2.3