]> git.lyx.org Git - features.git/commit
Fix wrong forward declaration
authorGeorg Baum <baum@lyx.org>
Mon, 16 Nov 2015 20:51:30 +0000 (21:51 +0100)
committerGeorg Baum <baum@lyx.org>
Mon, 16 Nov 2015 20:51:30 +0000 (21:51 +0100)
commit0c97d6edc009a968277bda26d2352e7a0868ae33
treee1c5ea225cf8e9b792cea951621aeeed32a42f3b
parent1900eb28343eb004275df21f2157a3727dce6fcf
Fix wrong forward declaration

This popped up in cmake monolithic build once. It looks like BufferView is
included indirectly by some of the other headers (otherwise we would have seen
compile errors for other build configurations as well), bu I'll keep the
forward declaration since we don't want to depend on this indirect header
inclusion.
src/MetricsInfo.h