[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 make objects retain their uniqueIndex when they are updated
after their records are modified on the fly by the server 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 End of tes3mp addition
*/ */