mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 20:27:42 +00:00
Various bug fixes
This commit is contained in:
@@ -16,6 +16,7 @@ class TObjOwnerDerivedFromIObjUntyped : public IObj
|
||||
{
|
||||
protected:
|
||||
void* m_objPtr;
|
||||
public:
|
||||
TObjOwnerDerivedFromIObjUntyped(void* objPtr) : m_objPtr(objPtr) {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user