summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/convwatch/PixelCounter.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/runner/convwatch/PixelCounter.java')
-rw-r--r--qadevOOo/runner/convwatch/PixelCounter.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/qadevOOo/runner/convwatch/PixelCounter.java b/qadevOOo/runner/convwatch/PixelCounter.java
index 36109cc93650..63523f60047e 100644
--- a/qadevOOo/runner/convwatch/PixelCounter.java
+++ b/qadevOOo/runner/convwatch/PixelCounter.java
@@ -35,6 +35,7 @@ class CountNotWhite extends CountPixel
{
}
+ @Override
public void count(int pixel)
{
int red = (pixel >> 16) & 0xff;
@@ -56,6 +57,7 @@ class CountNotBlack extends CountPixel
{
}
+ @Override
public void count(int pixel)
{
int red = (pixel >> 16) & 0xff;