From e73e7ab733b0ab9deb30868a334da2642b7f456b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 19 Jul 2014 10:07:42 -0400 Subject: Fixed more conversion kinks. Now for a major change... --- redo/controls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/controls.go') 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) } -- cgit v1.2.3