]> git.lyx.org Git - lyx.git/blobdiff - src/TocBackend.h
Free line setting in tabulars. FILE FORMAT CHANGE.
[lyx.git] / src / TocBackend.h
index 7dc9ec8d499b5f68f50f8009740cac1542ec3635..9704352922e8ef80bfe5261ab99de9e5144e9975 100644 (file)
@@ -70,7 +70,8 @@ protected:
 
 
 ///
-typedef std::vector<TocItem> Toc;
+class Toc : public std::vector<TocItem> {};
+
 typedef Toc::const_iterator TocIterator;
 
 /// The ToC list.