aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExportSettingsPersistence.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-10-31 01:26:59 +0100
committerMax <post@wickenrode.com>2015-10-31 01:26:59 +0100
commit57955871fb174eefc56dfedcd8222d2e68272ca5 (patch)
treeef6cb0497fbb0abefb20f1bb5c92a08612088a67 /Source/SPExportSettingsPersistence.h
parentd5dd74e8f3b1a73b125fa66db7b08b269933819d (diff)
downloadsequelpro-57955871fb174eefc56dfedcd8222d2e68272ca5.tar.gz
sequelpro-57955871fb174eefc56dfedcd8222d2e68272ca5.tar.bz2
sequelpro-57955871fb174eefc56dfedcd8222d2e68272ca5.zip
Minimal refactoring
Diffstat (limited to 'Source/SPExportSettingsPersistence.h')
-rw-r--r--Source/SPExportSettingsPersistence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPExportSettingsPersistence.h b/Source/SPExportSettingsPersistence.h
index 2f9104c4..90f29cfe 100644
--- a/Source/SPExportSettingsPersistence.h
+++ b/Source/SPExportSettingsPersistence.h
@@ -39,6 +39,6 @@
/**
* @return A serialized form of the "custom filename" field
*/
-- (NSDictionary *)currentCustomFilenameAsArray;
+- (NSArray *)currentCustomFilenameAsArray;
@end