[7103] replaced wrong delete by delete[]

This commit is contained in:
arrai 2009-01-18 14:52:58 +01:00
parent 1d80a7a788
commit 383239b595
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7102"
#define REVISION_NR "7103"
#endif // __REVISION_NR_H__