Skip to content

Commit 2a3b378

Browse files
committed
Add missing GS_EXPORT_CLASS
1 parent 1183e4a commit 2a3b378

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Headers/GNUstepBase/GSURITemplate.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,10 @@ extern NSString *const GSURITemplateScanLocationKey;
6767
*
6868
* eg.
6969
*
70-
* template = [GSURITemplate templateWithString: @"/search{?q}" relativeToURL: aURL error: &error];
70+
* template = [GSURITemplate templateWithString: @"/search{?q}"
71+
* relativeToURL: aURL error: &error];
7172
*/
73+
GS_EXPORT_CLASS
7274
@interface GSURITemplate : NSObject
7375
{
7476
NSString *pattern;

0 commit comments

Comments
 (0)