silence a couple more compiler warnings on osx

This commit is contained in:
walker0643 2018-02-13 17:43:39 -05:00
parent 6cf4f14dec
commit 8073db2247
1 changed files with 11 additions and 0 deletions

View File

@ -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
{