summaryrefslogtreecommitdiff
path: root/control_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'control_windows.go')
-rw-r--r--control_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/control_windows.go b/control_windows.go
index 564d8d4..d48fa54 100644
--- a/control_windows.go
+++ b/control_windows.go
@@ -11,7 +11,7 @@ type controlPrivate interface {
}
type controlParent struct {
- c *container
+ c *container
}
func basesetParent(c controlPrivate, p *controlParent) {