1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +00:00

Fix more warnings.

This commit is contained in:
cc9cii 2015-03-14 06:36:35 +11:00
parent 4d46d7ba72
commit 4f6c772437

View file

@ -12,7 +12,7 @@
namespace CSMWorld
{
struct Cell;
struct UniversalId;
class UniversalId;
/// \brief References in cells
class RefCollection : public Collection<CellRef>