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:
parent
7136329a94
commit
2332423527
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue