X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2Finsetloa.h;h=0a4254a2832f5419fceca5a98e714b06caf47770;hb=3c8aba3b556871fb1100a2f98cd93d5d4e3f70c9;hp=fe1313da985df09df7defd47173c7bc8e8b9627c;hpb=77e706c44175f3cf71473a42d5db890c77b3b7b3;p=lyx.git diff --git a/src/insets/insetloa.h b/src/insets/insetloa.h index fe1313da98..0a4254a283 100644 --- a/src/insets/insetloa.h +++ b/src/insets/insetloa.h @@ -28,6 +28,7 @@ public: /// InsetLOA() : InsetCommand("listofalgorithms") {} /// + explicit InsetLOA(Buffer * b) : InsetCommand("listofalgorithms"), owner(b) {} /// void Validate(LaTeXFeatures & features) const;