Skip to content

Commit

Permalink
Reordered initializer list.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed Apr 25, 2018
1 parent 7822802 commit 5619e41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xs/src/libslic3r/PrintObject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
namespace Slic3r {

PrintObject::PrintObject(Print* print, ModelObject* model_object, const BoundingBoxf3 &modobj_bbox)
: typed_slices(false),
layer_height_spline(model_object->layer_height_spline),
: layer_height_spline(model_object->layer_height_spline),
typed_slices(false),
_print(print),
_model_object(model_object)
{
Expand Down

0 comments on commit 5619e41

Please sign in to comment.