summaryrefslogtreecommitdiffstats
path: root/Primitives/interface
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-02-27 06:49:28 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-02-27 06:49:28 +0000
commitc03fae535f3e5080906c43690e800ae34572278c (patch)
tree0e59cce8a40dc1e34886fe28d6ef67e2e7c3fa0f /Primitives/interface
parentUpdated SaderVkImpl: removed static resources (diff)
downloadDiligentCore-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.h2
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.