aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/font.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga/font.cpp')
-rw-r--r--engines/saga/font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/saga/font.cpp b/engines/saga/font.cpp
index d9634fc8cd..d414b903e6 100644
--- a/engines/saga/font.cpp
+++ b/engines/saga/font.cpp
@@ -51,7 +51,7 @@ Font::Font(SagaEngine *vm) : _vm(vm) {
_fontMapping = 0;
}
-Font::~Font(void) {
+Font::~Font() {
debug(8, "Font::~Font(): Freeing fonts.");
int i;