Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 959


Ignore:
Timestamp:
Mar 30, 2008, 4:50:44 PM (16 years ago)
Author:
landauf
Message:

forgot the important part :D

File:
1 edited

Legend:

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

    r958 r959  
    548548  static ToType ConvertValueAndReturn(const FromType& input) \
    549549  { \
    550     ToType output; \
     550    ToType output = 0; \
    551551    ConvertValue(&output, input); \
    552552    return output; \
Note: See TracChangeset for help on using the changeset viewer.