1 parent 3bff86f commit f488907Copy full SHA for f488907
1 file changed
Algorithm/include/Algorithm/PageParser.h
@@ -255,12 +255,12 @@ class PageParser
255
return mElement;
256
}
257
// comparison
258
- bool operator==(const SelfType& rh)
+ bool operator==(const SelfType& rh) const
259
{
260
return mPosition == rh.mPosition;
261
262
263
- bool operator!=(const SelfType& rh)
+ bool operator!=(const SelfType& rh) const
264
265
return mPosition != rh.mPosition;
266
0 commit comments