]> git.lyx.org Git - features.git/commit
Make static variable non-static
authorGeorg Baum <baum@lyx.org>
Mon, 13 Apr 2015 19:07:05 +0000 (21:07 +0200)
committerGeorg Baum <baum@lyx.org>
Thu, 7 May 2015 18:24:02 +0000 (20:24 +0200)
commitb0e387e013b7f247074e82fd466d533cdc6dcd56
treeeb3f58001c6c8ea064c6d10783fed4f0a6fc66c9
parentbb987c50c12e6ccdb6066a7e8a472294f12ffbba
Make static variable non-static

This is still a hack, but a less dangerous one. The old code had a problem
if it was called from different threads, or if for some reason it would get
called recursively.
src/mathed/MacroTable.cpp