From 82242ff8dab9104811c2ae00d557816abc70c6b9 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Thu, 27 Jun 2019 21:31:54 -0700 Subject: Updated tools module (updated libtiff) --- Tests/TestApp/src/SmartPointerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/TestApp/src/SmartPointerTest.cpp') 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 { -- cgit v1.2.3