]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.h
More general fix for part of 5403.
[lyx.git] / src / BufferList.h
index a7a5e168c52327ec0e97708eaffaa07ab0d91077..8c79d4c30afcc76be64a266383a444785761c2a7 100644 (file)
@@ -38,6 +38,7 @@ public:
 
 public:
        BufferList();
+       ~BufferList();
 
        iterator begin();
        const_iterator begin() const;
@@ -122,6 +123,8 @@ private:
 
        /// storage of all buffers
        BufferStorage bstore;
+       /// storage of all internal buffers used for cut&paste, etc.
+       BufferStorage binternal;
 };
 
 /// Implementation is in LyX.cpp