diff --git a/ryzom/server/src/entities_game_service/player_manager/character.h b/ryzom/server/src/entities_game_service/player_manager/character.h index 87f2871ba..4c259ed42 100644 --- a/ryzom/server/src/entities_game_service/player_manager/character.h +++ b/ryzom/server/src/entities_game_service/player_manager/character.h @@ -1111,7 +1111,7 @@ public: // Set the name of the animal void setAnimalName(uint8 petIndex, ucstring customName); - void setAnimalTitle(uint8 petIndex, string title); + void setAnimalTitle(uint8 petIndex, std::string title); void sendPetCustomNameToClient(uint8 petIndex);