]> git.lyx.org Git - features.git/commit
Revert "Let tm be a reference here as elsewhere"
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 12 Mar 2019 11:44:08 +0000 (12:44 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:16 +0000 (15:48 +0200)
commit3b77b396d023a0605c95713ab04aa29bbe5fb6e5
treea8aa337adcc38562f9fda8e8d636068678479b9d
parent6d67dfa2b42845206d8b40e9416f047e372cfa23
Revert "Let tm be a reference here as elsewhere"

This commit was wrong because a reference variable can never be
re-assigned (it would change the original variable). I learn C++
pitfalls every day.

Fixes bug #11512.

This reverts commit 10e2c658351c237d3b35566857a533a9d08f7f65.
src/Text3.cpp