X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FTocBackend.cpp;h=07fbc1fe51d55613e300c54401552eee2cab4935;hb=26f336769af8dd5c48c2c0241cd3fbfc50a3c65e;hp=03f3a7433f56de8eabf1e9b61dd52af6a88e2132;hpb=150b11e953c4fd6cfc8beca1d2af124db8cf734e;p=features.git diff --git a/src/TocBackend.cpp b/src/TocBackend.cpp index 03f3a7433f..07fbc1fe51 100644 --- a/src/TocBackend.cpp +++ b/src/TocBackend.cpp @@ -40,13 +40,13 @@ TocItem::TocItem(ParConstIterator const & par_it, int d, } -int const TocItem::id() const +int TocItem::id() const { return par_it_->id(); } -int const TocItem::depth() const +int TocItem::depth() const { return depth_; }