- Timestamp:
- Mar 30, 2008, 4:50:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core2/src/util/Convert.h
r958 r959 548 548 static ToType ConvertValueAndReturn(const FromType& input) \ 549 549 { \ 550 ToType output ; \550 ToType output = 0; \ 551 551 ConvertValue(&output, input); \ 552 552 return output; \
Note: See TracChangeset
for help on using the changeset viewer.