MacOSX comiplation fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15329 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2006-10-14 12:39:18 +00:00
parent 13b48b7172
commit 8623a61193

View File

@ -11,6 +11,9 @@
#ifndef COORDCACHE_H #ifndef COORDCACHE_H
#define COORDCACHE_H #define COORDCACHE_H
// It seems that MacOSX define the check macro.
#undef check
class InsetBase; class InsetBase;
class LyXText; class LyXText;
class MathArray; class MathArray;