]> git.lyx.org Git - features.git/commit
Improve code readability
authorGeorg Baum <baum@lyx.org>
Sun, 15 Mar 2015 12:57:45 +0000 (13:57 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 15 Mar 2015 12:57:45 +0000 (13:57 +0100)
commit73c3f3e2fd340265ef9e896c959c7c1efbe52663
treed1aa59aabe43df4a937f64e5f91fe895233c9966
parent5bb7857bb2d50c4e1cc0ca10e66ff32236acf900
Improve code readability

Using a small helper struct instead of a std::pair makes things like
it->second.first a little less confusing: it->second.scope.
src/Buffer.cpp