Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 18, 2011, 11:33:28 AM (14 years ago)
Author:
dafrick
Message:

Minor changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/dockingsystem2/src/modules/docking/DockToShip.cc

    r8493 r8501  
    5858    }
    5959
    60     void DockToShip::setTargetId(std::string str) {
     60    void DockToShip::setTargetId(const std::string& str) {
    6161        this->target = str;
    6262    }
    6363
    64     std::string DockToShip::getTargetId() {
     64    const std::string& DockToShip::getTargetId() const {
    6565        return this->target;
    6666    }
     
    9999    }
    100100}
     101
Note: See TracChangeset for help on using the changeset viewer.