X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ftypes.h;h=cb1de177ac3d12c29b1b85ee2b2d61ebb4619695;hb=342cdf432246110db37bee4e0aebb4b72c933ddb;hp=fa04a8b5f3bc8ad47cab7c76a9c8c65871c50239;hpb=7f48aeeab1a6ef2e11d0da0e38e9b92d44582ae2;p=lyx.git diff --git a/src/support/types.h b/src/support/types.h index fa04a8b5f3..cb1de177ac 100644 --- a/src/support/types.h +++ b/src/support/types.h @@ -28,7 +28,7 @@ namespace lyx { /// a type for paragraph offsets // FIXME: should be unsigned as well. // however, simply changing it breaks a downward loop somewhere... - typedef ptrdiff_t paroffset_type; + typedef ptrdiff_t pit_type; /// a type for the nesting depth of a paragraph typedef size_t depth_type;