1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-16 10:08:36 +03:00

0033305: Coding - BOPTools_PairSelector::Clear method uses "Clear" instead of "clear" on std::vector

This commit is contained in:
rodrlyra 2023-01-12 16:43:29 +00:00
parent ce4d294074
commit 1f469e3781

View File

@ -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