]> git.lyx.org Git - lyx.git/blobdiff - src/BufferList.h
add onoff support for "inset-modify changetype xxx" in include inset
[lyx.git] / src / BufferList.h
index a7a5e168c52327ec0e97708eaffaa07ab0d91077..1928e6a26ee1f084a0594d56b4b82232194a091f 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -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