Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Minor changes.

File:
1 edited

Legend:

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

    r8257 r8501  
    5959
    6060
    61     void DockingTarget::setName(std::string str) {
     61    void DockingTarget::setName(const std::string& str) {
    6262        this->name = str;
    6363    }
    6464
    65     std::string DockingTarget::getName() {
     65    const std::string& DockingTarget::getName() const {
    6666        return this->name;
    6767    }
    6868}
     69
Note: See TracChangeset for help on using the changeset viewer.