aboutsummaryrefslogtreecommitdiff
path: root/src/build.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/build.h')
-rw-r--r--src/build.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build.h b/src/build.h
index 9229617..6e98405 100644
--- a/src/build.h
+++ b/src/build.h
@@ -74,6 +74,8 @@ public:
74 bool getCached( const std::string &sID, int nTime, StringList &lOut ); 74 bool getCached( const std::string &sID, int nTime, StringList &lOut );
75 void updateCache( const std::string &sID, FunctionList &lFunc, StringList &lOut ); 75 void updateCache( const std::string &sID, FunctionList &lFunc, StringList &lOut );
76 76
77 void chainTarget( const std::string &sName );
78
77private: 79private:
78 TargetMap mTarget; 80 TargetMap mTarget;
79 ReqMap mRequires; 81 ReqMap mRequires;