From 860decdac5afe2aa191da17a0c310e8ea87305be Mon Sep 17 00:00:00 2001 From: Alexandre Wilhelm Date: Fri, 2 Oct 2015 10:12:50 -0700 Subject: [PATCH] Fixed: CPColor and CPView implemented the category CPTheme --- AppKit/CPColor.j | 2 +- AppKit/CPView.j | 2 +- AppKit/_CPObject+Theme.j | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/AppKit/CPColor.j b/AppKit/CPColor.j index ac9a52d1c..2e3d1d31a 100644 --- a/AppKit/CPColor.j +++ b/AppKit/CPColor.j @@ -80,7 +80,7 @@ var cachedBlackColor,

It also provides some class helper methods that returns instances of commonly used colors.

*/ -@implementation CPColor : CPObject +@implementation CPColor : CPObject { CPArray _components; diff --git a/AppKit/CPView.j b/AppKit/CPView.j index 7424844e2..7606022a8 100644 --- a/AppKit/CPView.j +++ b/AppKit/CPView.j @@ -149,7 +149,7 @@ var CPViewHighDPIDrawingEnabled = YES; appearance. Other methods of CPView and CPResponder can also be overridden to handle user generated events. */ -@implementation CPView : CPResponder +@implementation CPView : CPResponder { CPWindow _window; diff --git a/AppKit/_CPObject+Theme.j b/AppKit/_CPObject+Theme.j index 59c548f2b..e63dfffc2 100644 --- a/AppKit/_CPObject+Theme.j +++ b/AppKit/_CPObject+Theme.j @@ -54,7 +54,7 @@ var CPViewThemeClassKey = @"CPViewThemeClassKey", @end -@implementation CPObject (ObjectTheming) +@implementation CPObject (ObjectTheming) { // Theming Support CPTheme _theme;