Revision: 24199
          http://sourceforge.net/p/bibdesk/svn/24199
Author:   hofman
Date:     2019-09-06 20:39:52 +0000 (Fri, 06 Sep 2019)
Log Message:
-----------
no need to declare variable as FvbackgroundView

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h      2019-09-06 
13:32:20 UTC (rev 24198)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.h      2019-09-06 
20:39:52 UTC (rev 24199)
@@ -196,7 +196,7 @@
 @end
 
 
-@class FVSliderWindow, FVOperationQueue, FVBackgroundView;
+@class FVSliderWindow, FVOperationQueue;
 
 /**
  FVFileView is the primary class in the framework.  
@@ -264,7 +264,7 @@
     NSMutableSet            *_modificationSet;
     NSLock                  *_modificationLock;
     NSArray                 *_iconURLs;
-    FVBackgroundView        *_backgroundView;
+    NSView                  *_backgroundView;
 }
 
 /** The icon URLs.

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to