Skip to content

Commit

Permalink
ICompositionBuffer-fix-AddRef-signature (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis authored Feb 21, 2024
1 parent 886eb33 commit 65a8d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/ICompositionBuffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ namespace Exchange {
virtual IPlane* Plane() = 0;
};

virtual void AddRef() const = 0;
virtual uint32_t AddRef() const = 0;
virtual uint32_t Release() const = 0;

virtual uint32_t Identifier() const = 0;
Expand Down

0 comments on commit 65a8d1e

Please sign in to comment.