Update d3drmobject_impl.h

This commit is contained in:
Anders Jenbo 2025-06-12 09:00:42 +02:00 committed by GitHub
parent 952a407f3e
commit c8051a01cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,8 +64,9 @@ struct Direct3DRMObjectBaseImpl : public T {
return D3DRM_OK;
}
private:
protected:
std::vector<std::pair<D3DRMOBJECTCALLBACK, void*>> m_callbacks;
private:
LPD3DRM_APPDATA m_appData = nullptr;
char* m_name = nullptr;
};