diff --git a/AppKit/CPTextView/CPParagraphStyle.j b/AppKit/CPTextView/CPParagraphStyle.j index e89cda17a..0b8bdae7f 100644 --- a/AppKit/CPTextView/CPParagraphStyle.j +++ b/AppKit/CPTextView/CPParagraphStyle.j @@ -26,7 +26,7 @@ CPParagraphStyleAttributeName = @"CPParagraphStyleAttributeName"; -// Define missing global tab stop type constants +@typedef CPTabStopType CPLeftTabStopType = 0; CPRightTabStopType = 1; CPCenterTabStopType = 2;