summaryrefslogtreecommitdiff
path: root/common/action.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/action.cpp')
-rw-r--r--common/action.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/action.cpp b/common/action.cpp
index 467df4e..188535e 100644
--- a/common/action.cpp
+++ b/common/action.cpp
@@ -1,7 +1,7 @@
#include "action.h"
#include <algorithm>
-bool Action::operator==(Action other) {
+bool Action::operator==(const Action& other) {
return type == other.type && target == other.target;
}