aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFileHandle.h
diff options
context:
space:
mode:
authorMax Lohrmann <dmoagx@users.noreply.github.com>2017-04-29 16:39:40 +0200
committerGitHub <noreply@github.com>2017-04-29 16:39:40 +0200
commit2b081c2ef732599a035dc05ff33b08edffd74b04 (patch)
tree5255696d1ef3984dfd17d61ca0b93fd404540869 /Source/SPFileHandle.h
parentdf467e688e1596dfaa2db9dd0f39e25401969b79 (diff)
parent16e6af773c3f3262bff9fa7da63ad9bf0e5e4828 (diff)
downloadsequelpro-2b081c2ef732599a035dc05ff33b08edffd74b04.tar.gz
sequelpro-2b081c2ef732599a035dc05ff33b08edffd74b04.tar.bz2
sequelpro-2b081c2ef732599a035dc05ff33b08edffd74b04.zip
Merge pull request #2776 from fcarreiro/master
Progress meter 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;