mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Rename PluginInterface::DoFormIDsOverlap()
The use of FormIDs doesn't apply to Morrowind and it's really the records that are significant - FormIDs are an implementation detail. This also aligns with other use of records in names.
This commit is contained in:
@@ -126,7 +126,7 @@ public:
|
||||
* Morrowind, which doesn't have FormIDs and so has other identifying
|
||||
* data compared.
|
||||
*/
|
||||
virtual bool DoFormIDsOverlap(const PluginInterface& plugin) const = 0;
|
||||
virtual bool DoRecordsOverlap(const PluginInterface& plugin) const = 0;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user