File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
4545typedef 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).
You can’t perform that action at this time.
0 commit comments