1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-06 18:26:22 +03:00

26785: Coding rules - eliminate GCC warning -Wempty-body in LDOM_DeclareSequence.hxx

This commit is contained in:
rkv 2015-10-23 14:14:28 +03:00 committed by bugmaster
parent 0e04b6822c
commit b8c673b4e6

View File

@ -212,7 +212,7 @@ void ClassName::InsertAt (const Standard_Integer anI, const Type& aVal) \
if (anItem -> myPrev) anItem -> myPrev -> myNext = anItem; \ if (anItem -> myPrev) anItem -> myPrev -> myNext = anItem; \
myLength++; \ myLength++; \
myICur++; \ myICur++; \
} else ; \ } \
} \ } \
\ \
void ClassName::Clear () \ void ClassName::Clear () \