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

0024202: Support class methods as callbacks for Draw Harness commands

This commit is contained in:
kgv
2014-02-05 13:17:29 +04:00
committed by apn
parent eddb9c7c00
commit dda67c1ca2
9 changed files with 347 additions and 284 deletions

View File

@@ -76,7 +76,9 @@ class NCollection_Handle : public Handle_Standard_Transient
: Handle_Standard_Transient (thePtr) {}
public:
typedef T element_type;
//! Default constructor; creates null handle
NCollection_Handle () {}