mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-07-12 23:51:42 +00:00
Fix forward declaration mismatch
This commit is contained in:
parent
64fdc5a21a
commit
17a0353a85
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
namespace ESM
|
||||
{
|
||||
class Pathgrid;
|
||||
struct Pathgrid;
|
||||
}
|
||||
|
||||
namespace SceneUtil
|
||||
|
|
Loading…
Reference in a new issue