diff options
Diffstat (limited to 'Source/YRKSpinningProgressIndicator.h')
-rw-r--r-- | Source/YRKSpinningProgressIndicator.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/YRKSpinningProgressIndicator.h b/Source/YRKSpinningProgressIndicator.h index 4be79805..e97711b2 100644 --- a/Source/YRKSpinningProgressIndicator.h +++ b/Source/YRKSpinningProgressIndicator.h @@ -18,6 +18,7 @@ NSColor *_foreColor; NSColor *_backColor; BOOL _drawBackground; + NSShadow *_shadow; NSTimer *_fadeOutAnimationTimer; BOOL _isFadingOut; |