Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2019-06-27 12:02:45 +0300
committerbubnikv <bubnikv@gmail.com>2019-06-27 12:02:45 +0300
commit27ee68d2f9666f5ad48d5ffacf1d6ea404156dda (patch)
tree33ee5882a7c8b60ff66c394f56ef3c26f55ea1d2 /src/slic3r/GUI/Selection.hpp
parentd99e932ee807afd053bec0d3bffd3c934f19a9dd (diff)
WIP Undo / Redo: ModelID / ModelBase renamed to ObjectID / ObjectBase
Diffstat (limited to 'src/slic3r/GUI/Selection.hpp')
-rw-r--r--src/slic3r/GUI/Selection.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Selection.hpp b/src/slic3r/GUI/Selection.hpp
index 802f8d284..c23f23e6b 100644
--- a/src/slic3r/GUI/Selection.hpp
+++ b/src/slic3r/GUI/Selection.hpp
@@ -171,7 +171,7 @@ private:
Vec3d dragging_center;
// Map from indices of ModelObject instances in Model::objects
// to a set of indices of ModelVolume instances in ModelObject::instances
- // Here the index means a position inside the respective std::vector, not ModelID.
+ // Here the index means a position inside the respective std::vector, not ObjectID.
ObjectIdxsToInstanceIdxsMap content;
};