diff options
Diffstat (limited to 'tests/HTTP/UrlClientTest.cpp')
-rw-r--r-- | tests/HTTP/UrlClientTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/HTTP/UrlClientTest.cpp b/tests/HTTP/UrlClientTest.cpp index d8412fddf..f4a6f8f10 100644 --- a/tests/HTTP/UrlClientTest.cpp +++ b/tests/HTTP/UrlClientTest.cpp @@ -19,7 +19,7 @@ public: } - ~cCallbacks() + virtual ~cCallbacks() override { LOGD("Deleting the cCallbacks instance at %p", reinterpret_cast<void *>(this)); } |