]> git.lyx.org Git - lyx.git/blobdiff - src/InsetList.h
* Paragraph: reserve memory by chunks of 100 chars. This improve the loading of big...
[lyx.git] / src / InsetList.h
index 13beeb0b9cc6218c94561d90257c7a980149ffc9..da168c488a026f9e48161694b16588f1c805e292 100644 (file)
@@ -22,10 +22,14 @@ namespace lyx {
 class Inset;
 class Buffer;
 
-
 ///
 class InsetList {
 public:
+       ///
+       InsetList() {}
+       ///
+       InsetList(InsetList const &);
+
        ///
        class InsetTable {
        public: