summaryrefslogtreecommitdiff
path: root/redo/controls.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-19 10:07:42 -0400
committerPietro Gagliardi <[email protected]>2014-07-19 10:07:42 -0400
commite73e7ab733b0ab9deb30868a334da2642b7f456b (patch)
tree7a4d2b34dc2717abe1ec8994c9f87fdbe4bd1147 /redo/controls.go
parent32061353a10a88503592355b3df549267ec82ae5 (diff)
Fixed more conversion kinks. Now for a major change...
Diffstat (limited to 'redo/controls.go')
-rw-r--r--redo/controls.go2
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)
}