Add a missing import to CPTheme.

Closes #527.
This commit is contained in:
Ross Boucher
2010-03-05 12:38:59 -08:00
parent ab196e75c1
commit c478afee0f
+1 -1
View File
@@ -22,7 +22,7 @@
@import <Foundation/CPObject.j>
@import <Foundation/CPString.j>
@import <Foundation/CPKeyedUnarchiver.j>
var CPThemesByName = { },
CPThemeDefaultTheme = nil;