diff options
author | Max <post@wickenrode.com> | 2015-01-06 22:18:39 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-01-06 22:18:39 +0100 |
commit | 4ffde6a4867ae005405f586947cf943097c212c1 (patch) | |
tree | 87fbca076531854db28e999e475c680ed1a564da /Source/SPCopyTable.h | |
parent | e201531daa71ee1a2e2a0f927c619947126c9d3d (diff) | |
download | sequelpro-4ffde6a4867ae005405f586947cf943097c212c1.tar.gz sequelpro-4ffde6a4867ae005405f586947cf943097c212c1.tar.bz2 sequelpro-4ffde6a4867ae005405f586947cf943097c212c1.zip |
Minor internal changes
Diffstat (limited to 'Source/SPCopyTable.h')
-rw-r--r-- | Source/SPCopyTable.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/SPCopyTable.h b/Source/SPCopyTable.h index 02bc2fb4..e397e030 100644 --- a/Source/SPCopyTable.h +++ b/Source/SPCopyTable.h @@ -40,7 +40,7 @@ extern NSInteger SPEditMenuCopy; extern NSInteger SPEditMenuCopyWithColumns; -extern NSInteger SPEditCopyAsSQL; +extern NSInteger SPEditMenuCopyAsSQL; /*! @class copyTable @@ -52,7 +52,7 @@ extern NSInteger SPEditCopyAsSQL; */ @interface SPCopyTable : SPTableView { - SPTableContent* tableInstance; // the table content view instance + SPTableContent* tableInstance; // the table content view instance id mySQLConnection; // current MySQL connection NSArray* columnDefinitions; // array of NSDictionary containing info about columns NSString* selectedTable; // the name of the current selected table @@ -94,7 +94,7 @@ extern NSInteger SPEditCopyAsSQL; @param isLocal who cares @result Always calls for a copy type drag operation */ -- (NSUInteger)draggingSourceOperationMaskForLocal:(BOOL)isLocal; +- (NSDragOperation)draggingSourceOperationMaskForLocal:(BOOL)isLocal; #ifndef SP_CODA /* method decls */ /*! |