Fixed: CPColor and CPView implemented the category CPTheme

This commit is contained in:
Alexandre Wilhelm
2015-10-02 10:12:50 -07:00
parent c8d768c59a
commit 860decdac5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 <CPTheme>
{
CPWindow _window;