diff options
Diffstat (limited to 'redo/controls.go')
| -rw-r--r-- | redo/controls.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/controls.go b/redo/controls.go index 3fb2a54..6de193a 100644 --- a/redo/controls.go +++ b/redo/controls.go @@ -25,6 +25,6 @@ type Button interface { } // NewButton creates a new Button with the given label text. -func NewButton(text string) { +func NewButton(text string) *button { return newButton(text) } |
