mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-04 02:21:11 -04:00
[Client] Fix extra qualification error in CellRef when compiling w/ GCC
This commit is contained in:
parent
7136329a94
commit
2332423527
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user