diff options
author | dmoagx <post@wickenrode.com> | 2013-04-26 20:23:06 +0000 |
---|---|---|
committer | dmoagx <post@wickenrode.com> | 2013-04-26 20:23:06 +0000 |
commit | 713a15cfbe02f9acdac5277ed602cf440efd54e4 (patch) | |
tree | 4e87c58f68e27fff496c635c9942c809af785413 | |
parent | 5fb9abea86ca61155609642889975fea04bb72f1 (diff) | |
download | sequelpro-713a15cfbe02f9acdac5277ed602cf440efd54e4.tar.gz sequelpro-713a15cfbe02f9acdac5277ed602cf440efd54e4.tar.bz2 sequelpro-713a15cfbe02f9acdac5277ed602cf440efd54e4.zip |
* Fix ivars from last commit
-rw-r--r-- | Source/SPCharsetCollationHelper.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/SPCharsetCollationHelper.h b/Source/SPCharsetCollationHelper.h index 5739fdb5..e05596b7 100644 --- a/Source/SPCharsetCollationHelper.h +++ b/Source/SPCharsetCollationHelper.h @@ -45,6 +45,16 @@ NSPopUpButton *charsetButton; NSPopUpButton *collationButton; + SPDatabaseData *databaseData; + SPServerSupport *serverSupport; + BOOL promoteUTF8; + NSString *defaultCharset; + NSString *defaultCollation; + NSString *selectedCharset; + NSString *selectedCollation; + NSString *defaultCharsetFormatString; + NSString *_oldCharset; + BOOL _enabled; } |