]> git.lyx.org Git - lyx.git/commitdiff
Comment.
authorRichard Heck <rgheck@comcast.net>
Thu, 8 Dec 2011 23:07:40 +0000 (23:07 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 8 Dec 2011 23:07:40 +0000 (23:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40449 a592a061-630c-0410-9148-cb99ea01b6c8

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 *);