]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.cpp
Comment.
[lyx.git] / src / mathed / InsetMathHull.cpp
index 80a8b736d719a3406aefb512dfcceb2de8351799..84f9ec467941ff8fff61aba760745ac72d00d2d5 100644 (file)
@@ -225,6 +225,8 @@ void InsetMathHull::setBuffer(Buffer & buffer)
 }
 
 
+// FIXME This should really be controlled by the TOC level, or
+// something of the sort.
 namespace {
        const char * counters_to_save[] = {"section", "chapter"};
        unsigned int const numcnts = sizeof(counters_to_save)/sizeof(char *);