]> git.lyx.org Git - lyx.git/commit
Pass a two parameters parameter by reference
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 12 Jan 2024 14:28:39 +0000 (15:28 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 12 Jan 2024 14:55:45 +0000 (15:55 +0100)
commit1599c503df11b0c73b60e5c239f3cde9dcf73801
tree8d90ae2b698c1913d1c648a42e697c09029f999f
parent765c380a5b4c67a6fdbc611b445b7229e609dd2a
Pass a two parameters parameter by reference

Note that there is also a vector parameter that is passed by value.
However it is modified as a local copy and I do not want to change
this now.

Spotted by coverity.
src/output_latex.cpp