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 a930047..ebca64d 100644
--- a/structs.go
+++ b/structs.go
@@ -41,7 +41,7 @@ type GuiData struct {
// A map of all buttons everywhere on all
// windows, all tabs, across all goroutines
// This is "GLOBAL"
- AllButtons []GuiButton
+ AllButtons []*GuiButton
ButtonMap map[*GuiButton][]func (*GuiButton)
// A map of all the entry boxes