summaryrefslogtreecommitdiffstats
path: root/src/widget/wsingletoncontainer.h
diff options
context:
space:
mode:
authorOwen Williams <owilliams@mixxx.org>2015-01-14 23:01:50 -0500
committerOwen Williams <owilliams@mixxx.org>2015-01-14 23:01:50 -0500
commitfe2fa3a6396cc72f567a04f87bda2b0043a3178a (patch)
treeed289dc12b23a60a59513a7d71dc85005b38ca20 /src/widget/wsingletoncontainer.h
parent94199c2453bd0bd92812f0fd55c433d4bc5d2d50 (diff)
missing bracket
Diffstat (limited to 'src/widget/wsingletoncontainer.h')
-rw-r--r--src/widget/wsingletoncontainer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wsingletoncontainer.h b/src/widget/wsingletoncontainer.h
index cf22257ff8..17cdbc67e3 100644
--- a/src/widget/wsingletoncontainer.h
+++ b/src/widget/wsingletoncontainer.h
@@ -32,7 +32,7 @@
// <Singleton objectName="LibrarySingleton"/>
// ...
// </Children>
-// </WidgetGroup
+// </WidgetGroup>
//
// The skin system sees the Singleton tag, and any time the containing
// group gets a show event, the Singleton widget is reparented to this location