diff options
Diffstat (limited to 'engines/mohawk/livingbooks.cpp')
| -rw-r--r-- | engines/mohawk/livingbooks.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/livingbooks.cpp b/engines/mohawk/livingbooks.cpp index 317b8b828b..f956874461 100644 --- a/engines/mohawk/livingbooks.cpp +++ b/engines/mohawk/livingbooks.cpp @@ -2177,6 +2177,8 @@ bool LBValue::operator==(const LBValue &x) const { case kLBValueInteger: return integer == x.integer; + default: + error("Unknown type when testing for equality"); } } |
