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:
Georg Baum 2006-09-25 16:58:40 +00:00
parent 19739b63aa
commit e1acd31e28

View File

@ -12,6 +12,14 @@
#include <config.h> #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 "GuiApplication.h"
#include "GView.h" #include "GView.h"