summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index e135a43..6d6e208 100644
--- a/gui.go
+++ b/gui.go
@@ -75,7 +75,7 @@ func postMustParse(s string) string {
var prepGui *GuiPrep
type GuiPrep struct {
- rootn *gui.Node
+ rootn *gui.Node
// hidden bool // don't update the toolkits when it's hidden
// Auto func([]string)
}