]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCommand.h
Fix the assertion assert introduced in r34348 which got fired when eg. deselecting...
[features.git] / src / insets / InsetCommand.h
index 57c9c0443a4d0c77cc8ad04d6ac08b0291ad8795..5952b33dae1ffbb11b2405c573ef1a424d370290 100644 (file)
@@ -38,6 +38,8 @@ public:
        InsetCommand(Buffer *, InsetCommandParams const &,
                std::string const & mailer_name);
        ///
+       InsetCommand(InsetCommand const & rhs);
+       ///
        ~InsetCommand();
 
        /// returns true if params are successfully read