File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ namespace Diligent
5353 }
5454
5555#define IMPLEMENT_QUERY_INTERFACE (ClassName, InterfaceID, ParentClassName ) \
56- void ClassName::QueryInterface (const INTERFACE_ID& IID, IObject** ppInterface) \
56+ void ClassName::QueryInterface (const ::Diligent:: INTERFACE_ID& IID, IObject** ppInterface) \
5757 IMPLEMENT_QUERY_INTERFACE_BODY(InterfaceID, ParentClassName)
5858
5959#define IMPLEMENT_QUERY_INTERFACE_IN_PLACE (InterfaceID, ParentClassName ) \
60- virtual void DILIGENT_CALL_TYPE QueryInterface (const INTERFACE_ID& IID, IObject** ppInterface) override \
60+ virtual void DILIGENT_CALL_TYPE QueryInterface (const ::Diligent:: INTERFACE_ID& IID, IObject** ppInterface) override \
6161 IMPLEMENT_QUERY_INTERFACE_BODY(InterfaceID, ParentClassName)
6262
6363
You can’t perform that action at this time.
0 commit comments