ObjFW  Diff

Differences From Artifact [1d794f6b42]:

To Artifact [854ec046f1]:


26
27
28
29
30
31
32

33
34


35
36
37
38
39

40
26
27
28
29
30
31
32
33


34
35





36
37







+
-
-
+
+
-
-
-
-
-
+

#endif
#endif

/**
 * \brief A class for storing constant strings using the \@"" literal.
 */
@interface OFConstantString: OFString
{
/**
 * \brief Completes initialization of the OFConstantString
	char *cString;
	size_t cStringLength;
 *
 * This method finishes the initialization, as the constant strings created by
 * the compiler are not fully initialized.
 */
- (void)finishInitialization;
}
@end