]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
updates to minipage inset
[lyx.git] / src / insets / insetcommand.h
index 0dd010df7e26091fcac2941a69f56b0ecf041d65..d0fb7a5c9fabb6c2a9c90e7015d8cbb8ce2a7203 100644 (file)
@@ -84,7 +84,7 @@ public:
        explicit
        InsetCommand(InsetCommandParams const &);
        ///
-       virtual ~InsetCommand() { hide(); }
+       virtual ~InsetCommand() { hideDialog(); }
        ///
        void Write(Buffer const *, std::ostream & os) const
                { p_.Write( os ); }
@@ -131,7 +131,7 @@ public:
        ///
        void setParams(InsetCommandParams const &);
        ///
-       Signal0<void> hide;
+       Signal0<void> hideDialog;
 private:
        ///
        InsetCommandParams p_;