diff options
author | avenjamin <avenjamin@gmail.com> | 2009-02-28 20:25:08 +0000 |
---|---|---|
committer | avenjamin <avenjamin@gmail.com> | 2009-02-28 20:25:08 +0000 |
commit | afc8240d2b27fe2d26fb821bdc6ac6dce0b901d9 (patch) | |
tree | bfc7c6437fc55344134224b8d2981e61157072a8 /Source/CMTextView.m | |
parent | ce5a6e4f3d90dcc775f4d81f19e20c412eb5af23 (diff) | |
download | sequelpro-afc8240d2b27fe2d26fb821bdc6ac6dce0b901d9.tar.gz sequelpro-afc8240d2b27fe2d26fb821bdc6ac6dce0b901d9.tar.bz2 sequelpro-afc8240d2b27fe2d26fb821bdc6ac6dce0b901d9.zip |
Implemented method: componentsSeparatedByCharactersInSet. to be compatible with 10.4+
Diffstat (limited to 'Source/CMTextView.m')
-rw-r--r-- | Source/CMTextView.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMTextView.m b/Source/CMTextView.m index 369e9a43..bce2bd4a 100644 --- a/Source/CMTextView.m +++ b/Source/CMTextView.m @@ -22,6 +22,7 @@ // Or mail to <lorenz@textor.ch> #import "CMTextView.h" +#import "SPStringAdditions.h" @implementation CMTextView |