We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1183e4a commit 2a3b378Copy full SHA for 2a3b378
Headers/GNUstepBase/GSURITemplate.h
@@ -67,8 +67,10 @@ extern NSString *const GSURITemplateScanLocationKey;
67
*
68
* eg.
69
70
- * template = [GSURITemplate templateWithString: @"/search{?q}" relativeToURL: aURL error: &error];
+ * template = [GSURITemplate templateWithString: @"/search{?q}"
71
+ * relativeToURL: aURL error: &error];
72
*/
73
+GS_EXPORT_CLASS
74
@interface GSURITemplate : NSObject
75
{
76
NSString *pattern;
0 commit comments