Skip to content

Commit

Permalink
Restored IVAR used by DTRichTextEditor
Browse files Browse the repository at this point in the history
  • Loading branch information
odrobnik committed Aug 30, 2013
1 parent 0f9798b commit 379c6fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Core/Source/DTCoreTextLayoutLine.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
*/
@interface DTCoreTextLayoutLine : NSObject
{
// IVAR required by DTRichTextEditor, used in category
NSInteger _stringLocationOffset; // offset to modify internal string location to get actual location
}

/**
Expand Down

0 comments on commit 379c6fc

Please sign in to comment.