Differences From Artifact [50ac8d5a7f]:
- File src/OFXMLCharacters.h — part of check-in [1038191a03] at 2022-09-12 08:52:20 on branch trunk — Restrict subclassing on more classes (user: js, size: 1356) [annotate] [blame] [check-ins using] [more...]
To Artifact [daab18e4f0]:
- File src/OFXMLCharacters.h — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 1291) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
40 41 42 43 44 45 46 | 40 41 42 43 44 45 46 47 48 49 | - - | * @brief Initializes an already allocated OFXMLCharacters with the specified * string. * * @param string The string value for the characters * @return An initialized OFXMLCharacters */ - (instancetype)initWithString: (OFString *)string; |