X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetRef.cpp;h=47747d36380c8a50df7bfea7cb480d9fcb6ae559;hb=2bbf8e5f2d4ffd691258f94ba46baebf5aa3204c;hp=b3fa322f7c3bb56ec2798bec5d732acd26338d00;hpb=aafe9850429075ec9945584f6b7cdf1892cc4f5c;p=features.git diff --git a/src/insets/InsetRef.cpp b/src/insets/InsetRef.cpp index b3fa322f7c..47747d3638 100644 --- a/src/insets/InsetRef.cpp +++ b/src/insets/InsetRef.cpp @@ -36,7 +36,7 @@ namespace lyx { InsetRef::InsetRef(Buffer * buf, InsetCommandParams const & p) - : InsetCommand(buf, p, "ref") + : InsetCommand(buf, p) {}