Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 15, 2008, 11:11:16 AM (16 years ago)
Author:
rgrieder
Message:

Corrected types when using 'const Type' constants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/Executor.h

    r1747 r1786  
    163163            const std::string& getDescription() const;
    164164
    165             Executor& setDescriptionParam(int param, const std::string& description);
    166             const std::string& getDescriptionParam(int param) const;
     165            Executor& setDescriptionParam(unsigned int param, const std::string& description);
     166            const std::string& getDescriptionParam(unsigned int param) const;
    167167
    168168            Executor& setDescriptionReturnvalue(const std::string& description);
Note: See TracChangeset for help on using the changeset viewer.