]> git.lyx.org Git - lyx.git/blobdiff - src/support/types.h
* lyxfunctional.h: delete compare_memfun and helper classes
[lyx.git] / src / support / types.h
index fa04a8b5f3bc8ad47cab7c76a9c8c65871c50239..cd46fcf62cb719d9f4a382a8987869c9d819f6de 100644 (file)
@@ -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  par_type;
 
        /// a type for the nesting depth of a paragraph
        typedef size_t     depth_type;