commit
5406f61373
1 changed files with 2 additions and 2 deletions
|
@ -35,12 +35,12 @@ public:
|
|||
return (setSelected.count(outpt) > 0);
|
||||
}
|
||||
|
||||
void Select(COutPoint& output)
|
||||
void Select(const COutPoint& output)
|
||||
{
|
||||
setSelected.insert(output);
|
||||
}
|
||||
|
||||
void UnSelect(COutPoint& output)
|
||||
void UnSelect(const COutPoint& output)
|
||||
{
|
||||
setSelected.erase(output);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue