diff options
Diffstat (limited to 'lout/object.cc')
-rw-r--r-- | lout/object.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lout/object.cc b/lout/object.cc index 684bb8fa..beef4005 100644 --- a/lout/object.cc +++ b/lout/object.cc @@ -271,7 +271,7 @@ int PairBase::hashValue() value ^= first->hashValue(); if (second) value ^= second->hashValue(); - + return value; } |