summaryrefslogtreecommitdiff
path: root/checkbox.go
diff options
context:
space:
mode:
Diffstat (limited to 'checkbox.go')
-rw-r--r--checkbox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkbox.go b/checkbox.go
index fc5c197..9836823 100644
--- a/checkbox.go
+++ b/checkbox.go
@@ -47,7 +47,7 @@ func (c *Checkbox) Checked() bool {
return check
}
-func (c *Checkbox) apply(window *sysData) error {
+func (c *Checkbox) make(window *sysData) error {
c.lock.Lock()
defer c.lock.Unlock()