aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFileHandle.h
diff options
context:
space:
mode:
authorFacundo <git@facundo.io>2017-04-29 14:36:00 +0100
committerFacundo <git@facundo.io>2017-04-29 14:36:00 +0100
commit16e6af773c3f3262bff9fa7da63ad9bf0e5e4828 (patch)
tree5255696d1ef3984dfd17d61ca0b93fd404540869 /Source/SPFileHandle.h
parentdf467e688e1596dfaa2db9dd0f39e25401969b79 (diff)
downloadsequelpro-16e6af773c3f3262bff9fa7da63ad9bf0e5e4828.tar.gz
sequelpro-16e6af773c3f3262bff9fa7da63ad9bf0e5e4828.tar.bz2
sequelpro-16e6af773c3f3262bff9fa7da63ad9bf0e5e4828.zip
Implement progress for BZ2 file import
Diffstat (limited to 'Source/SPFileHandle.h')
-rw-r--r--Source/SPFileHandle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPFileHandle.h b/Source/SPFileHandle.h
index 5622b1b6..2b605f59 100644
--- a/Source/SPFileHandle.h
+++ b/Source/SPFileHandle.h
@@ -28,7 +28,7 @@
//
// More info at <https://github.com/sequelpro/sequelpro>
-union SPSomeFileHandle;
+struct SPRawFileHandles;
/**
* @class SPFileHandle SPFileHandle.h
*
@@ -40,7 +40,7 @@ union SPSomeFileHandle;
*/
@interface SPFileHandle : NSObject
{
- union SPSomeFileHandle *wrappedFile;
+ struct SPRawFileHandles *wrappedFile;
char *wrappedFilePath;
NSMutableData *buffer;