Fixed #3329 (cppcheck core dump on Sun machine)

This commit is contained in:
Daniel Marjamäki 2011-11-19 14:44:55 +01:00
parent c3b54066bd
commit 13eecb9109
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public:
{ } { }
virtual ~Check() { virtual ~Check() {
#ifndef DJGPP #if !defined(DJGPP) && !defined(__sun)
instances().remove(this); instances().remove(this);
#endif #endif
} }