Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 12, 2009, 6:47:14 PM (15 years ago)
Author:
rgrieder
Message:

Removed ConvertValue function, non capital version should be enough ;)
Also added std::string forward declaration to OrxonoxConfig.h.in

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/core/ConfigValueContainer.cc

    r2662 r3152  
    303303
    304304        if (token.size() > 0)
    305             success = ConvertValue(&index, token[0]);
     305            success = convertValue(&index, token[0]);
    306306
    307307        if (!success || index < 0 || index > (signed int)MAX_VECTOR_INDEX)
Note: See TracChangeset for help on using the changeset viewer.