]> git.lyx.org Git - lyx.git/blobdiff - src/toc.h
zlib stuff
[lyx.git] / src / toc.h
index 956101d13296eac2b93c766631830193a83623f7..7ee44a0a88274b0b2410504b8479ee70451c630f 100644 (file)
--- a/src/toc.h
+++ b/src/toc.h
@@ -30,8 +30,8 @@ class Paragraph;
 
 /** Nice functions and objects to handle TOCs
  */
-namespace toc
-{
+namespace lyx {
+namespace toc {
 
 ///
 struct TocItem {
@@ -85,5 +85,6 @@ bool operator!=(TocItem const & a, TocItem const & b)
 
 
 } // namespace toc
+} // namespace lyx
 
 #endif // CONTROLTOC_H