mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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.
This commit is contained in:
parent
1900eb2834
commit
0c97d6edc0
@ -21,11 +21,11 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
class BufferView;
|
||||
|
||||
namespace lyx {
|
||||
|
||||
namespace frontend { class Painter; }
|
||||
class BufferView;
|
||||
class Inset;
|
||||
class MacroContext;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user