diff options
author | peterbell10 <peterbell10@live.co.uk> | 2017-12-22 19:25:46 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2017-12-22 19:25:46 +0100 |
commit | 832b39471512fa9543f981053573fb6b3342a396 (patch) | |
tree | 5738e02d526f882f9497d4d7d44d0e3aa9043230 /tests | |
parent | Fix typo in #4095. (diff) | |
download | cuberite-832b39471512fa9543f981053573fb6b3342a396.tar cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.gz cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.bz2 cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.lz cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.xz cuberite-832b39471512fa9543f981053573fb6b3342a396.tar.zst cuberite-832b39471512fa9543f981053573fb6b3342a396.zip |
Diffstat (limited to 'tests')
-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)); } |