X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FInsetList.h;h=33a9fe1e7f27e338240ebe1f919447d58fed090a;hb=6c2e78e12855d8661eb289ded3dc8722748863b8;hp=7b6a0f36790d62121b42297ba793238ae0361fc7;hpb=e34a1e90af5fd0e5849942341bc12ed5bba991cd;p=lyx.git diff --git a/src/InsetList.h b/src/InsetList.h index 7b6a0f3679..33a9fe1e7f 100644 --- a/src/InsetList.h +++ b/src/InsetList.h @@ -24,13 +24,14 @@ class Buffer; class InsetList { public: /// - struct InsetTable { + class InsetTable { + public: + /// + InsetTable(lyx::pos_type p, InsetBase * i) : pos(p), inset(i) {} /// lyx::pos_type pos; /// InsetBase * inset; - /// - InsetTable(lyx::pos_type p, InsetBase * i) : pos(p), inset(i) {} }; /// typedef std::vector List;