diff --git a/src/containers/Pair.h b/src/containers/Pair.h index 89d333b2..354af7d4 100644 --- a/src/containers/Pair.h +++ b/src/containers/Pair.h @@ -81,6 +81,7 @@ class Pair { Pair& operator=(const Pair& pair) { first = pair.first; second = pair.second; + return *this; } };