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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user