]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetlof.h
Just some changes to be able to change TabularFeatures with the Table menu
[lyx.git] / src / insets / insetlof.h
index a9ff6136bb5acb74e7ef137423afad461999b63c..20e9790c5d0dbd08c11683e5747da88856c17cf3 100644 (file)
@@ -28,6 +28,7 @@ public:
        ///
        InsetLOF() : InsetCommand("listoffigures") {}
        ///
+       explicit
        InsetLOF(Buffer * b) : InsetCommand("listoffigures"), owner(b) {}
         ///
         Inset * Clone() const { return new InsetLOF(owner); }