summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index ebca64d..e78b39c 100644
--- a/structs.go
+++ b/structs.go
@@ -81,7 +81,7 @@ type GuiButton struct {
type GuiBox struct {
W *GuiWindow
- EntryMap map[string][]*GuiEntry
+ EntryMap map[string]*GuiEntry
A *GuiArea
UiBox *ui.Box