diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-19 10:07:42 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-19 10:07:42 -0400 |
| commit | e73e7ab733b0ab9deb30868a334da2642b7f456b (patch) | |
| tree | 7a4d2b34dc2717abe1ec8994c9f87fdbe4bd1147 /redo/controls.go | |
| parent | 32061353a10a88503592355b3df549267ec82ae5 (diff) | |
Fixed more conversion kinks. Now for a major change...
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) } |
