]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetHFill.h
Andre's s/getTextClass/textClass/ cleanup.
[lyx.git] / src / insets / InsetHFill.h
index 3c4683cc2de5562daf3736a0abf526b6290e8548..0364e6ecb1e76f19de6246ed34b37bca61b6581b 100644 (file)
@@ -44,13 +44,14 @@ public:
        // a line separator)?
        bool isSpace() const;
        ///
-       static CommandInfo const * findInfo(std::string const &);
+       static ParamInfo const & findInfo(std::string const &);
        ///
        static std::string defaultCommand() { return "hfill"; };
        ///
        static bool isCompatibleCommand(std::string const & s) 
                { return s == "hfill"; }
 private:
+       ///
        virtual Inset * clone() const;
 };