Skip to content

Commit 4028b58

Browse files
committed
iAnother missing windows linker tweak
1 parent 2a3b378 commit 4028b58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Headers/GNUstepBase/GSURITemplate.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ extern "C" {
4040

4141
/** The domain of errors returned by `GSURITemplate` objects.
4242
*/
43-
GS_EXPORT NSString* const GSURITemplateErrorDomain;
43+
GS_EXPORT NSString * const GSURITemplateErrorDomain;
4444

4545
typedef NS_ENUM(NSInteger, GSURITemplateError)
4646
{
@@ -60,7 +60,7 @@ typedef NS_ENUM(NSInteger, GSURITemplateError)
6060
* the is key may be used to fetch the character offset within the
6161
* pattern at which the error occurred from the userInfo Dictionary.
6262
*/
63-
extern NSString *const GSURITemplateScanLocationKey;
63+
GS_EXPORT NSString * const GSURITemplateScanLocationKey;
6464

6565
/** Class for parsing and expanding URL templates acording to the
6666
* RFC6570 specification (see https://tools.ietf.org/html/rfc6570).

0 commit comments

Comments
 (0)