From c03fae535f3e5080906c43690e800ae34572278c Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Tue, 26 Feb 2019 22:49:28 -0800 Subject: Updating some files to match the new API --- Primitives/interface/Object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Primitives/interface') diff --git a/Primitives/interface/Object.h b/Primitives/interface/Object.h index c2e7788c..4faf421a 100644 --- a/Primitives/interface/Object.h +++ b/Primitives/interface/Object.h @@ -45,7 +45,7 @@ public: /// If the interface is not supported, null pointer will be returned. /// \remark The method increments the number of strong references by 1. The interface must be /// released by a call to Release() method when it is no longer needed. - virtual void QueryInterface( const Diligent::INTERFACE_ID &IID, IObject **ppInterface ) = 0; + virtual void QueryInterface(const INTERFACE_ID& IID, IObject** ppInterface) = 0; /// Increments the number of strong references by 1. -- cgit v1.2.3