diff options
Diffstat (limited to 'common/rfb/PixelFormat.h')
-rw-r--r-- | common/rfb/PixelFormat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/PixelFormat.h b/common/rfb/PixelFormat.h index f0a16767..7b754da8 100644 --- a/common/rfb/PixelFormat.h +++ b/common/rfb/PixelFormat.h @@ -136,7 +136,7 @@ namespace rfb { /* Only for testing this class */ friend void makePixel(const rfb::PixelFormat &, uint8_t *); - friend bool verifyPixel(const rfb::PixelFormat &, + friend void verifyPixel(const rfb::PixelFormat &, const rfb::PixelFormat &, const uint8_t *); }; |