disable concept checks in GSendto.C

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9287 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2004-11-22 14:03:32 +00:00
parent 4c63bdbff0
commit 42833f9c13
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-11-22 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* GSendto.C: Disable concept checks (see below)
2004-11-21 John Spray <spray_john@users.sourceforge.net>
* The Sendto Dialog:

View File

@ -10,6 +10,11 @@
#include <config.h>
// Too hard to make concept checks work with this file
#ifdef _GLIBCPP_CONCEPT_CHECKS
#undef _GLIBCPP_CONCEPT_CHECKS
#endif
#include "GSendto.h"
#include "ControlSendto.h"
#include "ghelpers.h"