summaryrefslogtreecommitdiff
path: root/include/vcl/builder.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-24 15:39:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-24 15:39:26 +0000
commitff1cc2ae942306939a5b520d300c8c08c49e9827 (patch)
treec1c25bac81914bf3e1f8301f6dae03e89c8e18e2 /include/vcl/builder.hxx
parent7593b006dfea88f065e463194001783c0c8b46af (diff)
undef check to progress mac build
Change-Id: Ia13df162916c115390b87b027e6f9a1dbb72b7d9
Diffstat (limited to 'include/vcl/builder.hxx')
-rw-r--r--include/vcl/builder.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/vcl/builder.hxx b/include/vcl/builder.hxx
index 2719aba8e913..942430674c68 100644
--- a/include/vcl/builder.hxx
+++ b/include/vcl/builder.hxx
@@ -21,6 +21,10 @@
#include <stack>
#include <vector>
#include <boost/noncopyable.hpp>
+#ifdef check
+# //some problem with MacOSX and a check define
+# undef check
+#endif
#include <boost/ptr_container/ptr_map.hpp>
#include <com/sun/star/frame/XFrame.hpp>