]> git.lyx.org Git - lyx.git/blobdiff - src/bufferlist.h
Applied Angus patch to compile on DEC C++ and to avoid name clashes
[lyx.git] / src / bufferlist.h
index 0b4efadfae45bc043d75968d3b4b03c2dbdfc1bb..efd76c486d23582fe72f881d808ca1caf713f2fd 100644 (file)
@@ -30,7 +30,7 @@
   This class should ideally be enclosed inside class BufferList, but that
   gave me an "internal gcc error".
   */
-class BufferStorage : public noncopyable {
+class BufferStorage : public boost::noncopyable {
 public:
        ///
        typedef std::vector<Buffer *> Container;
@@ -68,7 +68,7 @@ private:
 
 /** The class govern all open buffers.
  */
-class BufferList : public noncopyable {
+class BufferList : public boost::noncopyable {
 public:
        ///
        BufferList();