1
0
Fork 1
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:
scrawl 2016-05-10 17:36:25 +02:00
parent 64fdc5a21a
commit 17a0353a85

View file

@ -6,7 +6,7 @@
namespace ESM
{
class Pathgrid;
struct Pathgrid;
}
namespace SceneUtil