From c1070e5e8e9ada3038826a04f46eaa41279dfdcd Mon Sep 17 00:00:00 2001 From: wmayer Date: Sun, 11 Jun 2017 18:48:23 +0200 Subject: [PATCH] NULL is defined as nullptr on FreeBSD and causes a build failure For more information see: https://forum.freecadweb.org/viewtopic.php?f=4&t=22897&p=177660#p177660 --- src/Mod/PartDesign/Gui/TaskFeaturePick.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/TaskFeaturePick.h b/src/Mod/PartDesign/Gui/TaskFeaturePick.h index a8598cf762..1cb1d5a121 100644 --- a/src/Mod/PartDesign/Gui/TaskFeaturePick.h +++ b/src/Mod/PartDesign/Gui/TaskFeaturePick.h @@ -105,7 +105,7 @@ public: const std::vector &status, boost::function)> acceptfunc, boost::function)> workfunc, - boost::function abortfunc = NULL ); + boost::function abortfunc = 0 ); ~TaskDlgFeaturePick(); public: