Skip to content

Commit

Permalink
Merge pull request #7526 from chenguangqi/v3
Browse files Browse the repository at this point in the history
fixed compile error.
  • Loading branch information
minggo committed Jul 21, 2014
2 parents 4d78dd6 + 2d5bab6 commit 7ba4f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/3d/CCBundleReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class BundleReader: public cocos2d::Ref
/**
* Returns the position of the file pointer.
*/
long int tell();
ssize_t tell();

/**
* Sets the position of the file pointer.
Expand Down

0 comments on commit 7ba4f2e

Please sign in to comment.