fix broken MxOmniCreateParam ctor interface

This commit is contained in:
Christian Semmler
2023-06-17 22:03:09 +02:00
parent 36ddb3ea82
commit b51d74f642
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
class MxOmniCreateParam : public MxOmniCreateParamBase
{
public:
__declspec(dllexport) MxOmniCreateParam(const char *mediaPath, HWND windowHandle, MxVideoParam &vparam, MxOmniCreateFlags flags);
__declspec(dllexport) MxOmniCreateParam(const char *mediaPath, struct HWND__ *windowHandle, MxVideoParam &vparam, MxOmniCreateFlags flags);
// virtual void vtable00(); seems to be a destructor
const MxOmniCreateFlags& CreateFlags() const { return this->m_createFlags; }