From 1248b1fb29e1e0ec9cebefdcad5f85f40c13364b Mon Sep 17 00:00:00 2001 From: Alexander Ljungberg Date: Fri, 8 Feb 2013 11:26:56 +0000 Subject: [PATCH] Refs #1700. Fix unknown class or global warnings. --- AppKit/CPCollectionView.j | 1 + AppKit/CPCollectionViewItem.j | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AppKit/CPCollectionView.j b/AppKit/CPCollectionView.j index 31f1b9196..6b28e452a 100644 --- a/AppKit/CPCollectionView.j +++ b/AppKit/CPCollectionView.j @@ -31,6 +31,7 @@ @import "CPCollectionViewItem.j" @import "CPCompatibility.j" +@import "CPDragServer_Constants.j" @import "CPPasteboard.j" @import "CPView.j" diff --git a/AppKit/CPCollectionViewItem.j b/AppKit/CPCollectionViewItem.j index 7c8dbebbd..5883c4ebf 100644 --- a/AppKit/CPCollectionViewItem.j +++ b/AppKit/CPCollectionViewItem.j @@ -47,7 +47,7 @@ copy = [CPKeyedUnarchiver unarchiveObjectWithData:_cachedArchive]; - // copy connections + // copy connections } [copy setRepresentedObject:[self representedObject]];