diff options
author | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-18 00:31:48 (GMT) |
---|---|---|
committer | Aaron McCarthy <aaron.mccarthy@nokia.com> | 2010-03-18 00:36:15 (GMT) |
commit | ffcd64e38529c6d93c632282a75a31731feeb0d2 (patch) | |
tree | c3175a6ed12be9af1f5f771613d8430c2ae11e94 | |
parent | 0d3c62150f2fa2c06f7676336076be4622059cc3 (diff) | |
download | Qt-ffcd64e38529c6d93c632282a75a31731feeb0d2.zip Qt-ffcd64e38529c6d93c632282a75a31731feeb0d2.tar.gz Qt-ffcd64e38529c6d93c632282a75a31731feeb0d2.tar.bz2 |
Make destructor virtual.
-rw-r--r-- | src/network/bearer/qnetworkconfiguration_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/bearer/qnetworkconfiguration_p.h b/src/network/bearer/qnetworkconfiguration_p.h index 6908277..07b472e 100644 --- a/src/network/bearer/qnetworkconfiguration_p.h +++ b/src/network/bearer/qnetworkconfiguration_p.h @@ -72,7 +72,7 @@ public: { } - ~QNetworkConfigurationPrivate() + virtual ~QNetworkConfigurationPrivate() { //release pointers to member configurations serviceNetworkMembers.clear(); |