1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0023274: MSVC++ warnings issued during compilation for 64bits

Replacing Standard_Integer with Standard_Size to avoid warnings.
This commit is contained in:
Pawel
2012-07-12 17:24:03 +02:00
committed by Pawel Kowalski
parent 8ad8260234
commit fb8a73581a
11 changed files with 67 additions and 50 deletions

View File

@@ -42,7 +42,7 @@ public:
Standard_EXPORT void Clear ();
//! Returns number of currently contained items
Standard_Integer Size () const { return mySize; }
Standard_Size Size () const { return mySize; }
//! Check whether the value at given index is set
Standard_EXPORT Standard_Boolean HasValue (const Standard_Integer theIndex) const;