summaryrefslogtreecommitdiffstats
path: root/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java')
-rw-r--r--src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java b/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java
index 58d3afa3b..a40d4fa3b 100644
--- a/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java
+++ b/src/com/android/gallery3d/filtershow/filters/RedEyeCandidate.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 The Android Open Source Project
+ * Copyright (C) 2013 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ package com.android.gallery3d.filtershow.filters;
import android.graphics.RectF;
-public class RedEyeCandidate {
+public class RedEyeCandidate implements FilterPoint {
RectF mRect = new RectF();
RectF mBounds = new RectF();