aboutsummaryrefslogtreecommitdiff
path: root/value.h
diff options
context:
space:
mode:
Diffstat (limited to 'value.h')
-rw-r--r--value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/value.h b/value.h
index 8e18e14..5a5d4e7 100644
--- a/value.h
+++ b/value.h
@@ -24,7 +24,7 @@
using namespace std;
class Evaluator;
-class Loc;
+struct Loc;
class Evaluable {
public: