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 @@ -52,11 +52,11 @@ namespace Diligent
5252 } \
5353 }
5454
55- #define IMPLEMENT_QUERY_INTERFACE (ClassName, InterfaceID, ParentClassName ) \
55+ #define IMPLEMENT_QUERY_INTERFACE (ClassName, InterfaceID, ParentClassName ) \
5656 void ClassName::QueryInterface (const ::Diligent::INTERFACE_ID& IID, IObject** ppInterface) \
5757 IMPLEMENT_QUERY_INTERFACE_BODY(InterfaceID, ParentClassName)
5858
59- #define IMPLEMENT_QUERY_INTERFACE_IN_PLACE (InterfaceID, ParentClassName ) \
59+ #define IMPLEMENT_QUERY_INTERFACE_IN_PLACE (InterfaceID, ParentClassName ) \
6060 virtual void DILIGENT_CALL_TYPE QueryInterface (const ::Diligent::INTERFACE_ID& IID, IObject** ppInterface) override \
6161 IMPLEMENT_QUERY_INTERFACE_BODY(InterfaceID, ParentClassName)
6262
You can’t perform that action at this time.
0 commit comments