summaryrefslogtreecommitdiff
path: root/src/texec/world.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/texec/world.go')
-rw-r--r--src/texec/world.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/texec/world.go b/src/texec/world.go
index 7921a13..306517f 100644
--- a/src/texec/world.go
+++ b/src/texec/world.go
@@ -37,7 +37,7 @@ type TVariable struct {
Data interface{}
}
-type VarMap map[string]TVariable
+type VarMap map[string]*TVariable
// TModule represents a collection of files and sub-modules in a program
type TModule struct {