aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libsample/point.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libsample/point.h')
-rw-r--r--tests/libsample/point.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/libsample/point.h b/tests/libsample/point.h
index 04eb4e195..a81750391 100644
--- a/tests/libsample/point.h
+++ b/tests/libsample/point.h
@@ -74,7 +74,6 @@ public:
Point& operator+=(Point &other);
Point& operator-=(Point &other);
- bool operator!=(const Point &other);
void show();