mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-10 22:22:10 +08:00
filesystem: rename IVFileSystem009 to IFileSystem to avoid UBsan errors when debugging a mod that calls this interface using original headers
This commit is contained in:
@@ -40,7 +40,7 @@ public:
|
||||
virtual ~IBaseInterface() {}
|
||||
};
|
||||
|
||||
class IVFileSystem009 : public IBaseInterface {
|
||||
class IFileSystem : public IBaseInterface {
|
||||
public:
|
||||
virtual void Mount() = 0; /* linkage=_ZN11IFileSystem5MountEv */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user