]> git.lyx.org Git - lyx.git/blobdiff - src/insets/inseterror.h
some reindentation, revert workarea xpos++, constify, remove all traces of LyXParagra...
[lyx.git] / src / insets / inseterror.h
index a333d543a5276446c88d6d7e6cea8fd33af78557..82779294dddd234a2a16e691943eccf0c7367ef5 100644 (file)
 #include "LString.h"
 #include <sigc++/signal_system.h>
 
-#ifdef SIGC_CXX_NAMESPACES
-using SigC::Signal0;
-#endif
-
 /** Used for error messages from LaTeX runs.
   
   The edit-operation opens a 
@@ -35,7 +31,7 @@ public:
        explicit
        InsetError(string const &);
        ///
-       ~InsetError() { hide(); }
+       ~InsetError() { hideDialog(); }
        ///
        int ascent(BufferView *, LyXFont const &) const;
        ///
@@ -73,7 +69,7 @@ public:
        ///
        string const & getContents() const { return contents; }
        ///
-       Signal0<void> hide;
+       SigC::Signal0<void> hideDialog;
 private:
        ///
        string contents;