On 04/22/2016 01:49 PM, Guillaume Munch wrote:
commit d7d4f65b39f44cf7f56bd81eb329e5bf89858027
Author: Guillaume Munch <g...@lyx.org>
Date: Fri Jan 8 19:06:50 2016 +0000
Simplify class structure in TocBackend
Deriving from std::vector to provide helper functions appears a touch
excessive. Use typedef instead and move helper functions to the base
class. New
header Toc.h provided to replace forward-declarations.
Remove TocIterator which is useless.
--- /dev/null
+++ b/src/Toc.h
@@ -0,0 +1,43 @@
+// -*- C++ -*-
+/**
+ * \file TocBackend.h
Cut and paste error.
rh