]> git.lyx.org Git - features.git/commit
const correctness
authorGeorg Baum <baum@lyx.org>
Mon, 20 Jun 2016 20:00:05 +0000 (22:00 +0200)
committerGeorg Baum <baum@lyx.org>
Mon, 20 Jun 2016 20:00:05 +0000 (22:00 +0200)
commita4b8094aac6d8b8ad498c02b4f762ee727c43144
tree7ab774f129a4f19ee97939a5a9545a13730f3cbc
parenta9af5333b26d719d0b85dae2c374e32e1190e15d
const correctness

It is dangerous to hand out non-const pointers to members from a const method.
src/insets/InsetTabular.cpp
src/insets/InsetTabular.h