Skip to content

Commit

Permalink
Trying to fix Xcode4/Travis-CI compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSoftware committed Oct 12, 2013
1 parent aad59dc commit 761e115
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void _OHHTTPStubs_InstallNSURLSessionConfigurationMagicSupport()
}

#else
inline void _OHHTTPStubs_InstallNSURLSessionConfigurationMagicSupport()
void _OHHTTPStubs_InstallNSURLSessionConfigurationMagicSupport()
{
/* NO-OP for Xcode4 and pre-iOS7/pre-OSX9 SDKs that does not support NSURLSessionConfiguration */
}
Expand Down

0 comments on commit 761e115

Please sign in to comment.