more suggestions for moving float -> double

This commit is contained in:
jrheinlaender
2013-03-25 20:40:41 +04:30
parent f6b53e6b57
commit d93907119d
4 changed files with 13 additions and 13 deletions

View File

@@ -65,7 +65,7 @@ using namespace Points;
PROPERTY_SOURCE(PointsGui::ViewProviderPoints, Gui::ViewProviderGeometryObject)
App::PropertyFloatConstraint::Constraints ViewProviderPoints::floatRange = {1.0f,64.0f,1.0f};
App::PropertyFloatConstraint::Constraints ViewProviderPoints::floatRange = {1.0,64.0,1.0};
ViewProviderPoints::ViewProviderPoints()
{