silence a couple more compiler warnings on osx
This commit is contained in:
parent
6cf4f14dec
commit
8073db2247
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue