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/DockingTarget.h

    r8257 r8501  
    6363            virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode);
    6464
    65             virtual void setName(std::string str);
    66             virtual std::string getName();
     65            virtual void setName(const std::string& str);
     66            virtual const std::string& getName() const;
    6767    };
    6868
Note: See TracChangeset for help on using the changeset viewer.