]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCommandParams.h
earder cleanup; cosmetics;
[features.git] / src / insets / InsetCommandParams.h
index 6cec1ffabc8efa4178e52de91c7a9e102adf00f8..ef4d9b4c218718949850007f0ec8d873487ef16b 100644 (file)
@@ -15,9 +15,9 @@
 #define INSETCOMMANDPARAMS_H
 
 #include "InsetCode.h"
+
 #include "support/docstring.h"
 
-#include <iosfwd>
 #include <string>
 #include <vector>
 #include <map>
@@ -121,7 +121,7 @@ public:
        explicit InsetCommandParams(InsetCode code,
                        std::string const & cmdName);
        ///
-       std::string insetType() const { return insetName(insetCode_); }
+       std::string insetType() const;
        ///
        InsetCode code() const { return insetCode_; }
        ///