]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetcommand.h
updates to minipage inset
[lyx.git] / src / insets / insetcommand.h
index 2e75be5bbe5efd67ed2d2228f5199cfabe1b1a15..d0fb7a5c9fabb6c2a9c90e7015d8cbb8ce2a7203 100644 (file)
@@ -58,7 +58,7 @@ public:
        ///
        string const & getContents() const { return contents; }
        ///
-       void setCmdName( string const & n ) { cmdname = n; }
+       void setCmdName( string const & n) { cmdname = n; }
        ///
        void setOptions(string const & o) { options = o; }
        ///
@@ -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_;