]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / BufferView_pimpl.h
index be5fe4f2c835d2e8206a93fa00e8ee37b07b287a..e7a9c8ba750b0108d3bd656c8ba707e28131b513 100644 (file)
@@ -19,12 +19,8 @@ class LyXView;
 class WorkArea;
 class LyXScreen;
 
-#ifdef SIGC_CXX_NAMESPACES
-using SigC::Object;
-#endif
-
 ///
-struct BufferView::Pimpl : public Object {
+struct BufferView::Pimpl : public SigC::Object {
        ///
        Pimpl(BufferView * i, LyXView * o,
              int xpos, int ypos, int width, int height);