diff options
Diffstat (limited to 'Source/CMTextView.h')
-rw-r--r-- | Source/CMTextView.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CMTextView.h b/Source/CMTextView.h index 137c5348..ab7ed1af 100644 --- a/Source/CMTextView.h +++ b/Source/CMTextView.h @@ -59,8 +59,9 @@ static inline void NSMutableAttributedStringAddAttributeValueRange (NSMutableAtt MCPConnection *mySQLConnection; NSInteger mySQLmajorVersion; - NSInteger snippetControlArray[20][2]; + NSInteger snippetControlArray[20][3]; NSInteger snippetControlCounter; + NSInteger snippetControlMax; NSInteger currentSnippetIndex; BOOL snippetWasJustInserted; |