From: Richard Heck Date: Thu, 8 Dec 2011 23:07:40 +0000 (+0000) Subject: Comment. X-Git-Tag: 2.1.0beta1~2227 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8a226ec4;hp=72cface90fa9be6c6979463ad42ff0e56de1eb25;p=lyx.git Comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40449 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index 80a8b736d7..84f9ec4679 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -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 *);