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
This commit is contained in:
wmayer
2017-06-11 18:48:23 +02:00
parent acdf40e467
commit c1070e5e8e

View File

@@ -105,7 +105,7 @@ public:
const std::vector<TaskFeaturePick::featureStatus> &status,
boost::function<bool (std::vector<App::DocumentObject*>)> acceptfunc,
boost::function<void (std::vector<App::DocumentObject*>)> workfunc,
boost::function<void (void)> abortfunc = NULL );
boost::function<void (void)> abortfunc = 0 );
~TaskDlgFeaturePick();
public: