Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 17, 2009, 11:53:35 PM (15 years ago)
Author:
rgrieder
Message:

Found a few more C-Style casts.

File:
1 edited

Legend:

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

    r3280 r3300  
    196196    inline void CommandLine::getValue<std::string>(const std::string& name, std::string* value)
    197197    {
    198         *value = (std::string)(getArgument(name)->getValue().getString());
     198        *value = getArgument(name)->getValue().getString();
    199199    }
    200200
Note: See TracChangeset for help on using the changeset viewer.