Changeset 961 for code/branches
- Timestamp:
- Mar 30, 2008, 5:15:52 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/util/Convert.h
r960 r961 109 109 static ToType ConvertValueAndReturn(const FromType& input) 110 110 { 111 ToType output ;111 ToType output = ToType(); 112 112 ConvertValue(&output, input); 113 113 return output;
Note: See TracChangeset
for help on using the changeset viewer.