1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0032429: Coding - Warnings during compilation on macosx arm64 with option BUILD_Inspector:BOOL=ON - part 2

This commit is contained in:
kgv
2021-07-06 16:46:31 +03:00
parent 1f3c5058f2
commit 9e5e4c0c84
18 changed files with 38 additions and 49 deletions

View File

@@ -97,7 +97,7 @@ protected:
: TreeModel_ItemBase (theParent, theRow, theColumn), myIsCurrentItem (false) {}
//! Initializes the current item. It creates a backup of the specific item information
void initItem() const;
virtual void initItem() const Standard_OVERRIDE;
//! Returns number of children attributes, initializes item is necessary
int getRowCount() const;