diff options
Diffstat (limited to 'Source/SPConstants.h')
-rw-r--r-- | Source/SPConstants.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPConstants.h b/Source/SPConstants.h index 10fd430f..5b37e5fb 100644 --- a/Source/SPConstants.h +++ b/Source/SPConstants.h @@ -65,9 +65,9 @@ typedef NSUInteger SPExportType; // Export source constants enum { - SPFilteredExport = 1, - SPQueryExport = 2, - SPTableExport = 3 + SPFilteredExport = 0, + SPQueryExport = 1, + SPTableExport = 2 }; typedef NSUInteger SPExportSource; |