[LyX/master] Support C++98 again (gcc 4.8).

2019-11-06 Thread Pavel Sanda
commit d6b108d8c341699e7bece63fc046b8a82c8b1e2d Author: Pavel Sanda Date: Wed Nov 6 15:54:27 2019 +0100 Support C++98 again (gcc 4.8). --- src/tex2lyx/Preamble.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tex2lyx/Preamble.cpp b/src/tex2lyx/Preamble.cp

[LyX/master] Constify and un-constify

2019-11-06 Thread Jean-Marc Lasgouttes
commit 2a2019d77e936e46c1ae8f49142bd1ad89aef2d3 Author: Jean-Marc Lasgouttes Date: Wed Nov 6 10:36:21 2019 +0100 Constify and un-constify --- src/Session.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Session.cpp b/src/Session.cpp index 3947883..3bb9c03

[LyX/2.3.x] Make branch compilable in C++98 mode again.

2019-11-06 Thread Pavel Sanda
commit 69031bb2cea38735dac415e73518266a794b903a Author: Pavel Sanda Date: Wed Nov 6 09:53:28 2019 +0100 Make branch compilable in C++98 mode again. --- src/Session.cpp |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Session.cpp b/src/Session.cpp index 3947883.