fix build with MSVC11 aka 2012

This commit is contained in:
DeepSOIC
2015-05-11 20:50:17 +03:00
committed by Stefan Tröger
parent 52c8a19d4d
commit 05b9dd60e3
10 changed files with 11 additions and 5 deletions

View File

@@ -223,7 +223,7 @@ TaskDlgFeaturePick::TaskDlgFeaturePick(std::vector<App::DocumentObject*> &object
const std::vector<TaskFeaturePick::featureStatus> &status,
boost::function<bool (std::vector<App::DocumentObject*>)> afunc,
boost::function<void (std::vector<App::DocumentObject*>)> wfunc)
: TaskDialog()
: TaskDialog(), accepted(false)
{
pick = new TaskFeaturePick(objects, status);
Content.push_back(pick);