Undefine None for X11 after Clipper2 update

This commit is contained in:
Seth Hillbrand 2022-10-28 21:30:59 -07:00
parent 8e97855557
commit f91ac8a03f
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
#include <functional>
#include "clipper.core.h"
#ifdef None
#undef None
#endif
namespace Clipper2Lib {
struct Scanline;