diff options
author | stuconnolly <stuart02@gmail.com> | 2009-10-26 23:30:09 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2009-10-26 23:30:09 +0000 |
commit | 332c2308514c1c0fe839dd0124d90cd8d24fd9ef (patch) | |
tree | 77f4245d2c9d0f0e47577ef563c57e9902c067a4 /Source/SPExporter.m | |
parent | e7b2c58d61b3a815de977d0266749197b03b330c (diff) | |
download | sequelpro-332c2308514c1c0fe839dd0124d90cd8d24fd9ef.tar.gz sequelpro-332c2308514c1c0fe839dd0124d90cd8d24fd9ef.tar.bz2 sequelpro-332c2308514c1c0fe839dd0124d90cd8d24fd9ef.zip |
Minor export work.
Diffstat (limited to 'Source/SPExporter.m')
-rw-r--r-- | Source/SPExporter.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPExporter.m b/Source/SPExporter.m index a1fe448b..cf764b61 100644 --- a/Source/SPExporter.m +++ b/Source/SPExporter.m @@ -58,7 +58,7 @@ } /** - * + * Override NSOperation's main() method. This method should never be called as all subclasses should override it. */ - (void)main { |