aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportFileNameTokenObject.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPExportFileNameTokenObject.m')
-rw-r--r--Source/SPExportFileNameTokenObject.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPExportFileNameTokenObject.m b/Source/SPExportFileNameTokenObject.m
index 9e589f79..f62c50d2 100644
--- a/Source/SPExportFileNameTokenObject.m
+++ b/Source/SPExportFileNameTokenObject.m
@@ -24,7 +24,6 @@
#import "SPExportFileNameTokenObject.h"
-
@implementation SPExportFileNameTokenObject
@synthesize tokenContent;
@@ -37,6 +36,7 @@
if ((self = [super init])) {
[self setTokenContent:[decoder decodeObjectForKey:@"TokenContent"]];
}
+
return self;
}