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

OCC22540 Regression: Exception during building of patch by GeomPlate

This commit is contained in:
ABV
2011-05-30 14:38:43 +00:00
committed by bugmaster
parent 3561782339
commit 824694116a
5 changed files with 39 additions and 52 deletions

View File

@@ -485,9 +485,11 @@ class _HUBTREE : public _HPARENT \
DEFINE_STANDARD_RTTI (_HUBTREE) \
/* Type management */ \
\
protected: \
_HUBTREE (UBTree *theTree) : myTree(theTree) {} \
/* Constructor from an existing tree. */ \
private: \
/* Copying and assignment are prohibited */ \
_HUBTREE (UBTree*); \
_HUBTREE (const _HUBTREE&); \
void operator = (const _HUBTREE&); \
\
private: \
UBTree *myTree; /* pointer to the tree algorithm */ \