mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +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:
@@ -81,7 +81,7 @@ static inline void CopyAndFixSlashes( char *p, const char *in, size_t size )
|
||||
COM_FixSlashes( p );
|
||||
}
|
||||
|
||||
class CXashFS : public IVFileSystem009
|
||||
class CXashFS : public IFileSystem
|
||||
{
|
||||
private:
|
||||
class CSearchState
|
||||
|
||||
@@ -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