From 4ab0bf24ac9634a12a4a518edecae1d42fa331d9 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 2 Aug 2006 08:04:19 +0000 Subject: Fixed a few minor bugs and added the new viewer system, it allows you to add new front ends that will display what build is doing in any way you want. cool! So far we have plain and percent, verbose and make are coming, make should be really easy, just print out the commands and nothing else. --- src/filetarget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/filetarget.h') diff --git a/src/filetarget.h b/src/filetarget.h index 856e854..c78c2fd 100644 --- a/src/filetarget.h +++ b/src/filetarget.h @@ -21,7 +21,7 @@ public: virtual void check( class Builder &bld ); virtual void clean( class Builder &bld ); - time_t getTime( std::string str ); + time_t getTime( class Builder &bld, std::string str ); void updateTime( std::string str ); private: -- cgit v1.2.3