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, 1 insertions, 0 deletions
diff --git a/tests/libsample/point.h b/tests/libsample/point.h
index a81750391..04eb4e195 100644
--- a/tests/libsample/point.h
+++ b/tests/libsample/point.h
@@ -74,6 +74,7 @@ public:
Point& operator+=(Point &other);
Point& operator-=(Point &other);
+ bool operator!=(const Point &other);
void show();