diff options
author | rowanbeentje <rowan@beent.je> | 2009-04-19 17:16:04 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-04-19 17:16:04 +0000 |
commit | 289a2e83a0827179db74ff95cee33dc01e19ae4b (patch) | |
tree | 953236e53e5fe1ae9323a6447f3c671d728f66f3 /Source/CMTextView.h | |
parent | d4dd7e79ce8373fe94521da2294a076887758ee2 (diff) | |
download | sequelpro-289a2e83a0827179db74ff95cee33dc01e19ae4b.tar.gz sequelpro-289a2e83a0827179db74ff95cee33dc01e19ae4b.tar.bz2 sequelpro-289a2e83a0827179db74ff95cee33dc01e19ae4b.zip |
- Merge in r594 from 10.5 trunk
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 8f32ff8e..d4f0135a 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -32,6 +32,8 @@ BOOL delBackwardsWasPressed; NoodleLineNumberView *lineNumberView; + NSString *lookupInDocumentationTitle; + IBOutlet NSScrollView *scrollView; } |