diff options
| author | Egor Yusov <egor.yusov@gmail.com> | 2019-02-27 06:49:28 +0000 |
|---|---|---|
| committer | Egor Yusov <egor.yusov@gmail.com> | 2019-02-27 06:49:28 +0000 |
| commit | c03fae535f3e5080906c43690e800ae34572278c (patch) | |
| tree | 0e59cce8a40dc1e34886fe28d6ef67e2e7c3fa0f /Primitives/interface | |
| parent | Updated SaderVkImpl: removed static resources (diff) | |
| download | DiligentCore-c03fae535f3e5080906c43690e800ae34572278c.tar.gz DiligentCore-c03fae535f3e5080906c43690e800ae34572278c.zip | |
Updating some files to match the new API
Diffstat (limited to 'Primitives/interface')
| -rw-r--r-- | Primitives/interface/Object.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
