summaryrefslogtreecommitdiffstats
path: root/Tests/TestApp/src/SmartPointerTest.cpp
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-06-28 04:31:54 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-06-28 04:31:54 +0000
commit82242ff8dab9104811c2ae00d557816abc70c6b9 (patch)
tree74f3bc1038607b06f8673636c993dfd4474c1db3 /Tests/TestApp/src/SmartPointerTest.cpp
parentUpdated tools module (diff)
downloadDiligentEngine-82242ff8dab9104811c2ae00d557816abc70c6b9.tar.gz
DiligentEngine-82242ff8dab9104811c2ae00d557816abc70c6b9.zip
Updated tools module (updated libtiff)
Diffstat (limited to 'Tests/TestApp/src/SmartPointerTest.cpp')
-rw-r--r--Tests/TestApp/src/SmartPointerTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/TestApp/src/SmartPointerTest.cpp b/Tests/TestApp/src/SmartPointerTest.cpp
index c43fbee..b2d0bc4 100644
--- a/Tests/TestApp/src/SmartPointerTest.cpp
+++ b/Tests/TestApp/src/SmartPointerTest.cpp
@@ -770,7 +770,7 @@ SmartPointerTest::SmartPointerTest() :
{
}
- virtual void QueryInterface( const INTERFACE_ID &IID, IObject **ppInterface ){}
+ virtual void QueryInterface( const INTERFACE_ID &IID, IObject **ppInterface )override final{}
inline virtual Atomics::Long Release()override final
{