]> git.lyx.org Git - lyx.git/blobdiff - src/TocBackend.cpp
Fix make check.
[lyx.git] / src / TocBackend.cpp
index 4630d85b9deb5da15875c0347a6e0aca6351bd61..c013cca03f7e2f71caa8194d868cc7dfb2dcfa2c 100644 (file)
@@ -217,7 +217,7 @@ void TocBackend::update(bool output_active, UpdateType utype)
        resetOutlinerNames();
        if (!buffer_->isInternal()) {
                DocIterator dit;
-               buffer_->inset().addToToc(dit, output_active, utype);
+               buffer_->inset().addToToc(dit, output_active, utype, *this);
        }
 }