]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetGraphics.cpp
Enhancements and bugfixes to the TOCs
[lyx.git] / src / insets / InsetGraphics.cpp
index 83cd84ddf06f6a6fc81056463e0ba1d2933fd542..c20f0314abd27ca559e244a2be56d4960fa32431 100644 (file)
@@ -1027,7 +1027,8 @@ void InsetGraphics::editGraphics(InsetGraphicsParams const & p) const
 }
 
 
-void InsetGraphics::addToToc(DocIterator const & cpit, bool output_active) const
+void InsetGraphics::addToToc(DocIterator const & cpit, bool output_active,
+                                                        UpdateType) const
 {
        //FIXME UNICODE
        docstring const str = from_utf8(params_.filename.onlyFileName());