Copy constructor for MxVideoPresenter::AlphaMask (#229)

This commit is contained in:
MS
2023-10-21 19:47:48 -04:00
committed by GitHub
parent af0e38176c
commit ae908a74cc
2 changed files with 15 additions and 2 deletions

View File

@@ -55,7 +55,8 @@ public:
MxU16 m_width;
MxU16 m_height;
AlphaMask(MxBitmap &);
AlphaMask(const MxBitmap &);
AlphaMask(const AlphaMask &);
virtual ~AlphaMask();
};