aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/hugo/display.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/display.cpp b/engines/hugo/display.cpp
index ba316e3923..abc1e14ea7 100644
--- a/engines/hugo/display.cpp
+++ b/engines/hugo/display.cpp
@@ -440,7 +440,7 @@ void Screen::drawRectangle(bool filledFl, uint16 x1, uint16 y1, uint16 x2, uint1
} else {
warning("STUB: drawRectangle()");
}
-};
+}
Screen_v1d::Screen_v1d(HugoEngine &vm) : Screen(vm) {
}