diff --git a/src/lib/platform/OSXDragView.m b/src/lib/platform/OSXDragView.m index 6ebc5973..9f774993 100644 --- a/src/lib/platform/OSXDragView.m +++ b/src/lib/platform/OSXDragView.m @@ -25,6 +25,17 @@ @dynamic animatesToDestination; @dynamic numberOfValidItemsForDrop; +/* springLoadingHighlight is a property that will not be auto-synthesized by + clang. explicitly synthesizing it here as well as defining an empty handler + for resetSpringLoading() satisfies the compiler */ +@synthesize springLoadingHighlight = _springLoadingHighlight; + +/* unused */ +- (void) +resetSpringLoading +{ +} + - (id) initWithFrame:(NSRect)frame {