diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-09-30 09:21:20 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-09-30 09:21:20 +0000 |
commit | 6eacb2d632d0ff3f5b6ec6c29752189fb6e7db15 (patch) | |
tree | 10ca2c3c4397179565a0352185d0d8886f619ce8 /Source/SPTableContent.h | |
parent | ac277fd43ba4495f44a68e961979da3c1cdd9cd0 (diff) | |
download | sequelpro-6eacb2d632d0ff3f5b6ec6c29752189fb6e7db15.tar.gz sequelpro-6eacb2d632d0ff3f5b6ec6c29752189fb6e7db15.tar.bz2 sequelpro-6eacb2d632d0ff3f5b6ec6c29752189fb6e7db15.zip |
• some very minor code, commenting, and tiny speed improvement stuff
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r-- | Source/SPTableContent.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h index a23aec65..47a29a17 100644 --- a/Source/SPTableContent.h +++ b/Source/SPTableContent.h @@ -130,6 +130,9 @@ NSString *kCellEditorErrorNoMultiTabDb; NSString *kCellEditorErrorTooManyMatches; + NSColor *blackColor; + NSColor *lightGrayColor; + } // Table loading methods and information |