diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-06-28 04:31:54 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-06-28 04:31:54 +0000 |
| commit | 82242ff8dab9104811c2ae00d557816abc70c6b9 (patch) | |
| tree | 74f3bc1038607b06f8673636c993dfd4474c1db3 /Tests/TestApp/src/SmartPointerTest.cpp | |
| parent | Updated tools module (diff) | |
| download | DiligentEngine-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.cpp | 2 |
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 { |
