]> git.lyx.org Git - lyx.git/commit
Fix tex2lyx linker error on windows
authorGeorg Baum <baum@lyx.org>
Wed, 8 Apr 2015 20:04:13 +0000 (22:04 +0200)
committerGeorg Baum <baum@lyx.org>
Wed, 8 Apr 2015 20:06:51 +0000 (22:06 +0200)
commitd4718b18b6b29a25aaa869c5f38b49eff20eafef
treee2a71bc3a3b09d76db3bc61056e9781745121fe4
parentab3c5ba59d8e3aa6e15fb6f8ef11ccab52fa50b5
Fix tex2lyx linker error on windows

The FontMetrics dummy class was in the wrong namespace. Linking on linux
did work because the GNU linker is more clever than the MSVC linker for this
particular example and throws out more unused code, so that theFontMetrics was
not referenced at all.
src/tex2lyx/dummy_impl.cpp