]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetHFill.cpp
InsetCommandParams() now takes an InsetCode rather than a string.
[features.git] / src / insets / InsetHFill.cpp
index 476ffdb79b90c4ae1721674d3f3e18a7a183f63b..39d901dcacb2b8c2e37c83391e6fe5ce3f8009a0 100644 (file)
@@ -20,7 +20,7 @@ namespace lyx {
 
 
 InsetHFill::InsetHFill()
-       : InsetCommand(InsetCommandParams("hfill"), std::string())
+       : InsetCommand(InsetCommandParams(HFILL_CODE), std::string())
 {}