Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
fix OS X build using Xcode 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimon Tsinteris committed Jun 16, 2014
1 parent 1ab4880 commit 4930ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pop/POPPropertyAnimationInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ struct _POPPropertyAnimationState : _POPAnimationState
_POPPropertyAnimationState(id __unsafe_unretained anim) : _POPAnimationState(anim),
property(nil),
valueType((POPValueType)0),
valueCount(nil),
valueCount(0),
fromVec(nullptr),
toVec(nullptr),
currentVec(nullptr),
Expand Down

0 comments on commit 4930ca4

Please sign in to comment.