]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHFill.cpp
pimpl not needed here
[lyx.git] / src / insets / InsetHFill.cpp
index 39d901dcacb2b8c2e37c83391e6fe5ce3f8009a0..968c64223e0d81e43eb32b5f54b041a15e4fd87f 100644 (file)
@@ -24,6 +24,14 @@ InsetHFill::InsetHFill()
 {}
 
 
+CommandInfo const * InsetHFill::findInfo(std::string const & /* cmdName */)
+{
+       static const char * const paramnames[] = {""};
+       static const CommandInfo info = {0, paramnames, 0};
+       return &info;
+}
+
+
 Inset * InsetHFill::clone() const
 {
        return new InsetHFill;