summaryrefslogtreecommitdiff
path: root/src/Model/Elements/StringElement.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Elements/StringElement.hpp')
-rw-r--r--src/Model/Elements/StringElement.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Model/Elements/StringElement.hpp b/src/Model/Elements/StringElement.hpp
index 16946a8..55c5473 100644
--- a/src/Model/Elements/StringElement.hpp
+++ b/src/Model/Elements/StringElement.hpp
@@ -21,7 +21,7 @@ class StringElement
void setValue(std::string value);
bool isEmpty();
- bool equals(StringElement const& element) const;
+ bool equals(StringElement *element);
std::string description();
};