Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 961


Ignore:
Timestamp:
Mar 30, 2008, 5:15:52 PM (16 years ago)
Author:
landauf
Message:

applied retos bugfix, thanks :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/util/Convert.h

    r960 r961  
    109109static ToType ConvertValueAndReturn(const FromType& input)
    110110{
    111   ToType output;
     111  ToType output = ToType();
    112112  ConvertValue(&output, input);
    113113  return output;
Note: See TracChangeset for help on using the changeset viewer.