File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
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- extern NSString * const GSURITemplateErrorDomain;
43+ GS_EXPORT NSString * const GSURITemplateErrorDomain;
4444
4545typedef NS_ENUM (NSInteger , GSURITemplateError)
4646{
Original file line number Diff line number Diff line change 3333
3434/* Constants for NSError results.
3535 */
36- NSString *const GSURITemplateDomain = @" org.gnustep.GSURITemplate" ;
37- NSString *const GSURITemplateScanLocationKey = @" scanLocation" ;
36+ GS_DECLARE NSString *const GSURITemplateDomain = @" org.gnustep.GSURITemplate" ;
37+ GS_DECLARE NSString *const GSURITemplateScanLocationKey = @" scanLocation" ;
3838
3939/* Cached character sets for scanning patterns.
4040 */
You can’t perform that action at this time.
0 commit comments