X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetlot.h;h=b98789eff5a8b161c0dcc34961231b473790b017;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=1d6e3d96faf2fce64cebc3866c9d1c2e60b195d9;hpb=77e706c44175f3cf71473a42d5db890c77b3b7b3;p=lyx.git diff --git a/src/insets/insetlot.h b/src/insets/insetlot.h index 1d6e3d96fa..b98789eff5 100644 --- a/src/insets/insetlot.h +++ b/src/insets/insetlot.h @@ -28,6 +28,7 @@ public: /// InsetLOT() : InsetCommand("listoftables") {} /// + explicit InsetLOT(Buffer * b) : InsetCommand("listoftables"), owner(b) {} /// Inset * Clone() const { return new InsetLOT(owner); }