X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FInsetList.h;h=708eab86fa0377ca7bd56e6bfc10ebfb820594c3;hb=801d7dc9f42baf331642606a6641606779985439;hp=36a40c7bebe7d11dd9ceb2bd9582074931ec4e53;hpb=b498646b2eb880b420b493a94144dd8dce2e32c7;p=lyx.git diff --git a/src/InsetList.h b/src/InsetList.h index 36a40c7beb..708eab86fa 100644 --- a/src/InsetList.h +++ b/src/InsetList.h @@ -40,17 +40,17 @@ public: void resetBuffer(); /// - class InsetTable { + class Element { public: /// - InsetTable(pos_type p, Inset * i) : pos(p), inset(i) {} + Element(pos_type p, Inset * i) : pos(p), inset(i) {} /// pos_type pos; /// Inset * inset; }; /// - typedef std::vector List; + typedef std::vector List; /// typedef List::iterator iterator; ///