Changeset 13053
- Timestamp:
- 08/15/12 17:23:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/StringToEnumx/StringToEnumx.cpp
r13047 r13053 491 491 } 492 492 /*If we reach this point, the string provided has not been found*/ 493 _error 2_("Enum " << name << " not found");493 _error_("Enum " << name << " not found"); 494 494 }
Note:
See TracChangeset
for help on using the changeset viewer.