Re: [LyX/master] Fix Clang warning about struct/class mismatch

2020-11-26 Thread Jean-Marc Lasgouttes
Le 26/11/2020 à 19:21, Scott Kostyshak a écrit : commit 9649e80c44f501d3ec758343c2eb0fd53a47d10f Author: Scott Kostyshak Date: Thu Nov 26 13:48:42 2020 -0500 Fix Clang warning about struct/class mismatch CaretGeometry is defined as a struct, but was forward-declared as a

[LyX/master] Fix Clang warning about struct/class mismatch

2020-11-26 Thread Scott Kostyshak
commit 9649e80c44f501d3ec758343c2eb0fd53a47d10f Author: Scott Kostyshak Date: Thu Nov 26 13:48:42 2020 -0500 Fix Clang warning about struct/class mismatch CaretGeometry is defined as a struct, but was forward-declared as a class. Now we forward-declare as a struct. This