- Timestamp:
- Jun 28, 2009, 2:45:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core4/src/orxonox/overlays/hud/HUDSpeedBar.cc
r3223 r3239 65 65 SUPER(HUDSpeedBar, changedOwner); 66 66 67 this->owner_ = orxonox_cast<SpaceShip >(this->getOwner());67 this->owner_ = orxonox_cast<SpaceShip*>(this->getOwner()); 68 68 } 69 69 }
Note: See TracChangeset
for help on using the changeset viewer.