X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2Fmath_data.h;h=b537e51d700dfb531211e47b494a3e08db036886;hb=fe31e337c13c4db657a267c7a9cf9869a10db696;hp=d6033375264f9af789d695afe34405f825e3808f;hpb=39924c351c01bc3dafc1f85a4952b6314b37c593;p=lyx.git diff --git a/src/mathed/math_data.h b/src/mathed/math_data.h index d603337526..b537e51d70 100644 --- a/src/mathed/math_data.h +++ b/src/mathed/math_data.h @@ -13,8 +13,8 @@ * the GNU General Public Licence version 2 or later. */ -#ifndef MATHEDARRAY_H -#define MATHEDARRAY_H +#ifndef MATH_DATA_H +#define MATH_DATA_H #include @@ -49,6 +49,10 @@ public: typedef buffer_type::iterator iterator; /// typedef buffer_type::size_type size_type; + /// + typedef buffer_type::size_type idx_type; + /// + typedef buffer_type::size_type pos_type; public: ///