Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 28, 2007, 11:33:10 PM (17 years ago)
Author:
rgrieder
Message:
  • the master has spoken…
  • misc/String.h is not anymore..
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/hud/HUD.cc

    r708 r715  
    8080  }
    8181
    82   void HUD::setTargetWindowName(String i){
     82  void HUD::setTargetWindowName(std::string i){
    8383    targetWindowName_=i;
    8484    targetWindowNameText_->setCaption( targetWindowName_ );
    8585  }
    8686
    87   void HUD::setTargetWindowStatus(String i){
     87  void HUD::setTargetWindowStatus(std::string i){
    8888    targetWindowStatus_=i;
    8989    targetWindowStatusText_->setCaption( targetWindowStatus_ );
Note: See TracChangeset for help on using the changeset viewer.