Просмотр исходного кода

Fix compilation errors on Google Play Sessions

Marc Plano-Lesay 12 лет назад
Родитель
Сommit
5dcd57ea26
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      gameplay/src/social/GooglePlaySocialSession.cpp

+ 4 - 4
gameplay/src/social/GooglePlaySocialSession.cpp

@@ -97,14 +97,14 @@ void GooglePlaySocialSession::loadAchievements()
 /**
 /**
  * @see SocialSession::submitAchievement
  * @see SocialSession::submitAchievement
  */
  */
-void GooglePlaySocialSession::submitAchievement(const char* achievementId, unsigned int value, bool achieved=false)
+void GooglePlaySocialSession::submitAchievement(const char* achievementId, unsigned int value, bool achieved)
 {
 {
 }
 }
 
 
 /**
 /**
  * @see SocialSession::incrementAchievement
  * @see SocialSession::incrementAchievement
  */
  */
-void GooglePlaySocialSession::incrementAchievement(const char* achievementId, unsigned int increment=1)
+void GooglePlaySocialSession::incrementAchievement(const char* achievementId, unsigned int increment)
 {
 {
 }
 }
 
 
@@ -139,14 +139,14 @@ void GooglePlaySocialSession::submitScore(const char* leaderboardId, float score
 /**
 /**
   * @see SocialSession::submitChallenge
   * @see SocialSession::submitChallenge
   */
   */
-void GooglePlaySocialSession::submitChallenge(const SocialPlayer *player, unsigned int wager, float score, const char* leaderboardId=0)
+void GooglePlaySocialSession::submitChallenge(const SocialPlayer *player, unsigned int wager, float score, const char* leaderboardId)
 {
 {
 }
 }
 
 
 /**
 /**
   * @see SocialSession::loadChallenges
   * @see SocialSession::loadChallenges
   */
   */
-void GooglePlaySocialSession::loadChallenges(bool showOpenChallengesOnly=true)
+void GooglePlaySocialSession::loadChallenges(bool showOpenChallengesOnly)
 {
 {
 }
 }