mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
[6856] Fixed typo in not used function. This let build mangos with VS90/GCC.
This commit is contained in:
parent
8b707ca072
commit
9aa0578770
2 changed files with 2 additions and 2 deletions
|
|
@ -226,7 +226,7 @@ class LinkedListHead
|
|||
|
||||
bool operator!=(const_reference _Right) const
|
||||
{ // test for reference equality
|
||||
return (_Ptr != &_Right));
|
||||
return (_Ptr != &_Right);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue