Skip to content

Commit 588a0b8

Browse files
committed
fix duplicate symbols (issue xmartlabs#311)
1 parent b817d12 commit 588a0b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

XLForm/XL/Descriptors/XLFormDescriptor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#import "XLFormDescriptorDelegate.h"
2929
#import <Foundation/Foundation.h>
3030

31-
NSString * const XLFormErrorDomain;
32-
NSString * const XLValidationStatusErrorKey;
31+
extern NSString * const XLFormErrorDomain;
32+
extern NSString * const XLValidationStatusErrorKey;
3333

3434
typedef NS_ENUM(NSInteger, XLFormErrorCode)
3535
{

0 commit comments

Comments
 (0)