From 7154e8d09b1ee5115554594c9dee56c6cb6bd554 Mon Sep 17 00:00:00 2001 From: Shinichiro Hamaji Date: Thu, 18 Jun 2015 18:28:26 +0900 Subject: [C++] Implement AutoVar --- exec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exec.h') 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& roots, const Vars* vars); +void Exec(const vector& roots, Vars* vars); #endif // EXEC_H_ -- cgit v1.2.3