]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
updates to minipage inset
[lyx.git] / src / insets / inseterror.h
index a333d543a5276446c88d6d7e6cea8fd33af78557..8233d2dbe61d132f8f47adf3adae0f982fca378d 100644 (file)
@@ -35,7 +35,7 @@ public:
        explicit
        InsetError(string const &);
        ///
-       ~InsetError() { hide(); }
+       ~InsetError() { hideDialog(); }
        ///
        int ascent(BufferView *, LyXFont const &) const;
        ///
@@ -73,7 +73,8 @@ public:
        ///
        string const & getContents() const { return contents; }
        ///
-       Signal0<void> hide;
+       Signal0<void> hideDialog;
+
 private:
        ///
        string contents;