]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/FormToc.h
Another clean-up patch from Angus
[features.git] / src / frontends / xforms / FormToc.h
index 6825b212c9c18880a6e04e36a0d09409ddec2c0c..7872ce813afa6139e358222db87bede327386b8a 100644 (file)
@@ -17,6 +17,7 @@
 #endif
 
 #include "FormCommand.h"
+#include "buffer.h"
 struct FD_form_toc;
 
 /** This class provides an XForms implementation of the FormToc Dialog.
@@ -50,6 +51,8 @@ private:
 
        /// Real GUI implementation.
        FD_form_toc * dialog_;
+       ///
+       std::vector<Buffer::TocItem> toclist;
 };
 
 #endif