Changeset 715 for code/branches/FICN/src/orxonox/hud/HUD.cc
- Timestamp:
- Dec 28, 2007, 11:33:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/hud/HUD.cc
r708 r715 80 80 } 81 81 82 void HUD::setTargetWindowName( String i){82 void HUD::setTargetWindowName(std::string i){ 83 83 targetWindowName_=i; 84 84 targetWindowNameText_->setCaption( targetWindowName_ ); 85 85 } 86 86 87 void HUD::setTargetWindowStatus( String i){87 void HUD::setTargetWindowStatus(std::string i){ 88 88 targetWindowStatus_=i; 89 89 targetWindowStatusText_->setCaption( targetWindowStatus_ );
Note: See TracChangeset
for help on using the changeset viewer.