aboutsummaryrefslogtreecommitdiffstats
path: root/exec.h
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-18 18:28:26 +0900
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-06-19 12:49:20 +0900
commit7154e8d09b1ee5115554594c9dee56c6cb6bd554 (patch)
tree66fec21fc8b78777d360027c99cc75146e0409c3 /exec.h
parentbef30607d746ebeef41c7dc099701d62254cbb2d (diff)
downloadandroid_build_kati-7154e8d09b1ee5115554594c9dee56c6cb6bd554.tar.gz
android_build_kati-7154e8d09b1ee5115554594c9dee56c6cb6bd554.tar.bz2
android_build_kati-7154e8d09b1ee5115554594c9dee56c6cb6bd554.zip
[C++] Implement AutoVar
Diffstat (limited to 'exec.h')
-rw-r--r--exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec.h b/exec.h
index 0f5944a..31b7b0a 100644
--- a/exec.h
+++ b/exec.h
@@ -8,6 +8,6 @@ using namespace std;
class DepNode;
class Vars;
-void Exec(const vector<DepNode*>& roots, const Vars* vars);
+void Exec(const vector<DepNode*>& roots, Vars* vars);
#endif // EXEC_H_