aboutsummaryrefslogtreecommitdiff
path: root/src/build.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/build.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build.h b/src/build.h
index 1477938..e0f60ec 100644
--- a/src/build.h
+++ b/src/build.h
@@ -67,6 +67,8 @@ public:
67 return mTarget; 67 return mTarget;
68 } 68 }
69 69
70 void setView( const std::string &sView );
71
70 void setCache( const std::string &sFileName ); 72 void setCache( const std::string &sFileName );
71 bool getCached( const std::string &sID, int nTime, StringList &lOut ); 73 bool getCached( const std::string &sID, int nTime, StringList &lOut );
72 void updateCache( const std::string &sID, FunctionList &lFunc, StringList &lOut ); 74 void updateCache( const std::string &sID, FunctionList &lFunc, StringList &lOut );