Destruction of status.

This commit is contained in:
Matej Sekoranja
2010-12-20 19:47:36 +01:00
parent f522fe8e07
commit e06ff2b898
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ class StatusImpl : public Status
totalConstruct++;
}
~StatusImpl() {
virtual ~StatusImpl() {
Lock xx(globalMutex);
totalDestruct++;
}