mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Misc.
This commit is contained in:
parent
17064ed300
commit
527f73d87f
@ -245,8 +245,7 @@ public:
|
||||
|
||||
inline bool operator==(const PageNumber& other) const
|
||||
{
|
||||
return (pageNum == other.pageNum) &&
|
||||
(pageSpaceID == other.pageSpaceID);
|
||||
return (pageNum == other.pageNum) && (pageSpaceID == other.pageSpaceID);
|
||||
}
|
||||
|
||||
inline bool operator!=(const PageNumber& other) const
|
||||
|
Loading…
Reference in New Issue
Block a user