Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 8, 2012, 5:26:04 PM (12 years ago)
Author:
landauf
Message:

renamed some functions where enums are converted to/from strings for XMLPort to make it more obvious where the value is actually set and where it is only converted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2012merge/src/modules/pickup/items/DronePickup.h

    r7547 r9312  
    7777            void initializeIdentifier(void); //!< Initializes the PickupIdentifier of this pickup.
    7878
    79             void setDroneTemplate(std::string templatename); //!< Set the droneTemplate.
     79            void setDroneTemplate(const std::string& templatename); //!< Set the droneTemplate.
    8080
    8181        private:
Note: See TracChangeset for help on using the changeset viewer.