mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Disable concept checks in the same way as in other gtk files since they
don't work with libsigc++ 2.0.6. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15146 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
19739b63aa
commit
e1acd31e28
@ -12,6 +12,14 @@
|
||||
|
||||
#include <config.h>
|
||||
|
||||
// Too hard to make concept checks work with this file
|
||||
#ifdef _GLIBCXX_CONCEPT_CHECKS
|
||||
#undef _GLIBCXX_CONCEPT_CHECKS
|
||||
#endif
|
||||
#ifdef _GLIBCPP_CONCEPT_CHECKS
|
||||
#undef _GLIBCPP_CONCEPT_CHECKS
|
||||
#endif
|
||||
|
||||
#include "GuiApplication.h"
|
||||
|
||||
#include "GView.h"
|
||||
|
Loading…
Reference in New Issue
Block a user