mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-04 13:13:25 +03:00
0024750: Replace instantiations of TCollection generic classes by NCollection templates -- manual changes
Forward declaration of TCollection instances as classes are replaced by inclusion of corresponding header. Cyclic dependencies between declaration of collection class and its item are resolved by forward declaring a class in collection header.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#ifndef Expr_Array1OfNamedUnknown_HeaderFile
|
||||
#define Expr_Array1OfNamedUnknown_HeaderFile
|
||||
|
||||
#include <Expr_NamedUnknown.hxx>
|
||||
#include <Handle_Expr_NamedUnknown.hxx>
|
||||
#include <NCollection_Array1.hxx>
|
||||
|
||||
typedef NCollection_Array1<Handle(Expr_NamedUnknown)> Expr_Array1OfNamedUnknown;
|
||||
|
Reference in New Issue
Block a user