aboutsummaryrefslogtreecommitdiff
path: root/exec.h
diff options
context:
space:
mode:
authorShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-13 20:57:42 -0700
committerShinichiro Hamaji <shinichiro.hamaji@gmail.com>2015-07-17 01:31:33 +0900
commitf24ed1478d7d22f014049bf866c9aa73ff70f23e (patch)
tree6f9aba2e72fdc1dbb575b707eeca4bc80f15231a /exec.h
parentd749b93498836eaf416ac92309d47959dcc7142d (diff)
downloadkati-f24ed1478d7d22f014049bf866c9aa73ff70f23e.tar.gz
Fix struct-vs-class discrepancies
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 94ff691..26e4c2c 100644
--- a/exec.h
+++ b/exec.h
@@ -19,7 +19,7 @@
using namespace std;
-class DepNode;
+struct DepNode;
class Evaluator;
void Exec(const vector<DepNode*>& roots, Evaluator* ev);