ObjFW  Diff

Differences From Artifact [faa3808289]:

To Artifact [592b0ead45]:


23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# endif
extern void *_OFConstantStringClassReference;
# ifdef __cplusplus
}
# endif
#endif

/**
 * \brief A class for storing constant strings using the \@"" literal.
 */
@interface OFConstantString: OFString
{
	char *cString;
	size_t cStringLength;
}
@end







|
|







23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# endif
extern void *_OFConstantStringClassReference;
# ifdef __cplusplus
}
# endif
#endif

/*!
 * @brief A class for storing constant strings using the \@"" literal.
 */
@interface OFConstantString: OFString
{
	char *cString;
	size_t cStringLength;
}
@end