Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2712


Ignore:
Timestamp:
Mar 1, 2009, 2:35:36 AM (15 years ago)
Author:
landauf
Message:

avoid ambiguity when converting from MultiType to string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/Core.cc

    r2710 r2712  
    265265    {
    266266        return mediaPath_g.string() + '/';
    267        
     267
    268268    }
    269269
     
    431431        if (!CommandLine::getArgument("directory")->hasDefaultValue())
    432432        {
    433             std::string directory(CommandLine::getValue("directory"));
     433            std::string directory(CommandLine::getValue("directory").getString());
    434434            configPath_g = configPath_g / directory;
    435435            logPath_g    = logPath_g    / directory;
Note: See TracChangeset for help on using the changeset viewer.