summaryrefslogtreecommitdiff
path: root/src/s/s_StateID.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/s_StateID.cpp')
-rw-r--r--src/s/s_StateID.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/s/s_StateID.cpp b/src/s/s_StateID.cpp
index bf9100ec..c03ca5a7 100644
--- a/src/s/s_StateID.cpp
+++ b/src/s/s_StateID.cpp
@@ -25,11 +25,11 @@ bool sStateID_c::isEqual(const sStateIDIf_c &other) const {
return number() == other.number();
}
-bool sStateID_c::operator==(const sStateIDIf_c &other) const {
+BOOL sStateID_c::operator==(const sStateIDIf_c &other) const {
return isEqual(other);
}
-bool sStateID_c::operator!=(const sStateIDIf_c &other) const {
+BOOL sStateID_c::operator!=(const sStateIDIf_c &other) const {
return !isEqual(other);
}