1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-06 04:45:32 +00:00

[Client] Fix extra qualification error in CellRef when compiling w/ GCC

This commit is contained in:
David Cernat 2018-07-27 21:56:45 +03:00
parent 7136329a94
commit 2332423527

View file

@ -35,7 +35,7 @@ namespace MWWorld
make objects retain their uniqueIndex when they are updated
after their records are modified on the fly by the server
*/
void CellRef::setRefNum(unsigned int index);
void setRefNum(unsigned int index);
/*
End of tes3mp addition
*/