From c55ffebc406d7d2af3c71b2dace3ec7e3238fd55 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 8 Oct 2012 14:26:01 +0000 Subject: - Fix the Quick Connect entry on the connection screen being a drag and drop target - Speculative fix for 10.6 & 10.5 connection screen padding/layout issues --- Source/SPFavoritesOutlineView.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPFavoritesOutlineView.h') diff --git a/Source/SPFavoritesOutlineView.h b/Source/SPFavoritesOutlineView.h index bc6a8b30..c2d8a8eb 100644 --- a/Source/SPFavoritesOutlineView.h +++ b/Source/SPFavoritesOutlineView.h @@ -31,5 +31,8 @@ // More info at @interface SPFavoritesOutlineView : NSOutlineView +{ + SInt32 systemVersion; +} @end -- cgit v1.2.3