X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetGraphics.cpp;h=c20f0314abd27ca559e244a2be56d4960fa32431;hb=d5a5fbb8ee87d4a8ae1c55f9ba72819251bb6fb7;hp=83cd84ddf06f6a6fc81056463e0ba1d2933fd542;hpb=b24664b0ac7e41f4e3b636acf613c7fa804d36eb;p=lyx.git diff --git a/src/insets/InsetGraphics.cpp b/src/insets/InsetGraphics.cpp index 83cd84ddf0..c20f0314ab 100644 --- a/src/insets/InsetGraphics.cpp +++ b/src/insets/InsetGraphics.cpp @@ -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());