diff options
Diffstat (limited to 'Source/YRKSpinningProgressIndicator.h')
-rw-r--r-- | Source/YRKSpinningProgressIndicator.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/YRKSpinningProgressIndicator.h b/Source/YRKSpinningProgressIndicator.h index fae46208..355ebf2f 100644 --- a/Source/YRKSpinningProgressIndicator.h +++ b/Source/YRKSpinningProgressIndicator.h @@ -8,8 +8,8 @@ @interface YRKSpinningProgressIndicator : NSView { - int _position; - int _numFins; + NSInteger _position; + NSInteger _numFins; BOOL _isIndeterminate; double _currentValue; |