Patch level : 12.0 no patch
Files correlati : Commento : Aggiunta macro SAFE_DELETE git-svn-id: svn://10.65.10.50/branches/R_10_00@23330 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
92bf50ae16
commit
19684e1cf1
@ -11,6 +11,7 @@
|
||||
|
||||
#define STRINGIFY(x) #x
|
||||
#define TOSTRING(x) STRINGIFY(x)
|
||||
#define SAFE_DELETE(p) { delete p; p = NULL; }
|
||||
|
||||
class TPerformance_profiler : public TObject
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user