mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03:00
0033305: Coding - BOPTools_PairSelector::Clear method uses "Clear" instead of "clear" on std::vector
This commit is contained in:
parent
65824e943c
commit
1d57bdc710
@ -60,7 +60,7 @@ public: //! @name public interfaces
|
|||||||
//! Clears the indices
|
//! Clears the indices
|
||||||
void Clear()
|
void Clear()
|
||||||
{
|
{
|
||||||
myPairs.Clear();
|
myPairs.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
//! Sorts the indices
|
//! Sorts the indices
|
||||||
|
Loading…
x
Reference in New Issue
Block a user