summaryrefslogtreecommitdiffstats
path: root/base/singleton_objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/singleton_objc.h')
-rw-r--r--base/singleton_objc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/singleton_objc.h b/base/singleton_objc.h
index ba9fc78..3ba5f1e 100644
--- a/base/singleton_objc.h
+++ b/base/singleton_objc.h
@@ -23,7 +23,7 @@
// static Foo* New() {
// return [[Foo alloc] initWithName:@"selecty"];
// }
-// }
+// };
// ...
// Foo* widgetSingleton = SingletonObjC<Foo, FooSingletonTraits>::get();