diff options
Diffstat (limited to 'src/build.h')
-rw-r--r-- | src/build.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/build.h b/src/build.h index 768d211..0bbad0e 100644 --- a/src/build.h +++ b/src/build.h | |||
@@ -45,6 +45,7 @@ public: | |||
45 | void addRequires( const std::string &who, const std::string &what ); | 45 | void addRequires( const std::string &who, const std::string &what ); |
46 | void addRule( Rule *pRule ); | 46 | void addRule( Rule *pRule ); |
47 | void addAction( Action *pAction ); | 47 | void addAction( Action *pAction ); |
48 | bool hasAction( const std::string &str ); | ||
48 | void addToGroup( const std::string &sGroup, Target *pTarget ); | 49 | void addToGroup( const std::string &sGroup, Target *pTarget ); |
49 | 50 | ||
50 | void set( const std::string &cont, const std::string &var, const std::string &val ); | 51 | void set( const std::string &cont, const std::string &var, const std::string &val ); |