mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +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
|
bool operator!=(const_reference _Right) const
|
||||||
{ // test for reference equality
|
{ // test for reference equality
|
||||||
return (_Ptr != &_Right));
|
return (_Ptr != &_Right);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "6855"
|
#define REVISION_NR "6856"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue