]> git.lyx.org Git - features.git/commit
Rename a var "sort" to not mask std::sort()
authorScott Kostyshak <skostysh@lyx.org>
Thu, 5 Mar 2020 17:16:26 +0000 (12:16 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Thu, 5 Mar 2020 17:46:48 +0000 (12:46 -0500)
commit27ca2bd950148de6ae4b0c7d3ed91f4dba1f3a09
treea59836ff088cffc041d4861c4d182b8bcc2d93b3
parent14f369b47f9d05a27f3b854eeb7c5b7e79fd790f
Rename a var "sort" to not mask std::sort()

This allows us to use sort() without the "std" prefix.
src/frontends/qt/GuiRef.cpp