Merge pull request #3286 from enquora/CPTabStopType-clear-build-warning

Remove CPTabStopType build warning
This commit is contained in:
David Richardson
2026-08-20 20:07:33 -06:00
committed by GitHub
+1 -1
View File
@@ -26,7 +26,7 @@
CPParagraphStyleAttributeName = @"CPParagraphStyleAttributeName"; CPParagraphStyleAttributeName = @"CPParagraphStyleAttributeName";
// Define missing global tab stop type constants @typedef CPTabStopType
CPLeftTabStopType = 0; CPLeftTabStopType = 0;
CPRightTabStopType = 1; CPRightTabStopType = 1;
CPCenterTabStopType = 2; CPCenterTabStopType = 2;