aboutsummaryrefslogtreecommitdiffstats
path: root/common/rfb/ScreenSet.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/rfb/ScreenSet.h')
-rw-r--r--common/rfb/ScreenSet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/ScreenSet.h b/common/rfb/ScreenSet.h
index e43055f2..fb93e5c2 100644
--- a/common/rfb/ScreenSet.h
+++ b/common/rfb/ScreenSet.h
@@ -44,7 +44,7 @@ namespace rfb {
inline bool operator==(const Screen& r) const {
if (id != r.id)
return false;
- if (!dimensions.equals(r.dimensions))
+ if (dimensions != r.dimensions)
return false;
if (flags != r.flags)
return false;