X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXView.h;h=23e2a30e666a01f1a097eef0627d489cb85f0100;hb=35cf7dcb2bdfdcda465b69c58465f657c77fd9d7;hp=5fab87d125d46d90059c00ccdb8a44c3ae381f95;hpb=105116682d41fd297782175c05c7384d71d1942e;p=lyx.git diff --git a/src/LyXView.h b/src/LyXView.h index 5fab87d125..23e2a30e66 100644 --- a/src/LyXView.h +++ b/src/LyXView.h @@ -29,13 +29,17 @@ class Menus; class BufferView; class Dialogs; +#ifdef SIGC_CXX_NAMESPACES +using SigC::Object; +#endif + /** This class is the form containing the view of the buffer. The actual buffer view is supposed (at least IMHO) to be another class, that shows its output in one or more LyXView's. */ -class LyXView : public SigC::Object { +class LyXView : public Object { public: /// constructor LyXView(int w, int h);