diff options
author | rowanbeentje <rowan@beent.je> | 2011-05-08 16:13:11 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-05-08 16:13:11 +0000 |
commit | 75ef02696f362f408efece70ede90a6575abfb5a (patch) | |
tree | a170db676548a71ea40f5af955fc380f06b6d878 /Source/SPTablesList.h | |
parent | 4dfa685461faec53e709afaba1323c8384d1c412 (diff) | |
download | sequelpro-75ef02696f362f408efece70ede90a6575abfb5a.tar.gz sequelpro-75ef02696f362f408efece70ede90a6575abfb5a.tar.bz2 sequelpro-75ef02696f362f408efece70ede90a6575abfb5a.zip |
- Fix a number of warnings for DBView.xib by moving some 10.6-only code from a #ifndef SP_REFACTOR/#else/#endif to just a #ifdef SP_REFACTOR/<protocol declaration>/#endif, and remarking a few items as IBOutlets
- Update localisable strings
Diffstat (limited to 'Source/SPTablesList.h')
-rw-r--r-- | Source/SPTablesList.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTablesList.h b/Source/SPTablesList.h index 497fe620..50a5f4c0 100644 --- a/Source/SPTablesList.h +++ b/Source/SPTablesList.h @@ -39,7 +39,7 @@ @interface SPTablesList : NSObject { - SPDatabaseDocument* tableDocumentInstance; + IBOutlet SPDatabaseDocument* tableDocumentInstance; #ifndef SP_REFACTOR /* ivars */ IBOutlet id tableSourceInstance; IBOutlet id tableContentInstance; |