Overview
| Comment: | Make GCC happy again |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
4efb0135d529c35ce68a0b0561f492a0 |
| User & Date: | js on 2021-10-31 16:00:25 |
| Other Links: | manifest | tags |
Context
|
2021-10-31
| ||
| 20:42 | README.md: Add a paragraph about unsigned checkins (check-in: 0ea86b8889 user: js tags: trunk) | |
| 16:00 | Make GCC happy again (check-in: 4efb0135d5 user: js tags: trunk) | |
| 15:50 | Make OFSerializationNS an OFConstantString (check-in: d5ed52ec5b user: js tags: trunk) | |
Changes
Modified src/OFSerialization.m from [0ac8c6a055] to [e5979b7043].
| ︙ | ︙ | |||
10 11 12 13 14 15 16 17 18 19 |
* Alternatively, it may be distributed under the terms of the GNU General
* Public License, either version 2 or 3, which can be found in the file
* LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
* file.
*/
#import "OFSerialization.h"
OFConstantString *const OFSerializationNS =
@"https://objfw.nil.im/serialization";
| > | 10 11 12 13 14 15 16 17 18 19 20 |
* Alternatively, it may be distributed under the terms of the GNU General
* Public License, either version 2 or 3, which can be found in the file
* LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
* file.
*/
#import "OFSerialization.h"
#import "OFString.h"
OFConstantString *const OFSerializationNS =
@"https://objfw.nil.im/serialization";
|