Ignore:
Timestamp:
04/24/17 18:17:56 (7 years ago)
Author:
Maciej Komosinski
Message:

Model shape conversion no longer requires const Model&

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/model/model.cpp

    r653 r660  
    13931393}
    13941394
    1395 SolidsShapeTypeModel::SolidsShapeTypeModel(const Model& m, Part::Shape use_shape, float thickness)
     1395SolidsShapeTypeModel::SolidsShapeTypeModel(Model& m, Part::Shape use_shape, float thickness)
    13961396{
    13971397        using_model = converted_model = NULL;
Note: See TracChangeset for help on using the changeset viewer.