summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/truetypefont.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/truetypefont.cpp b/src/gui/truetypefont.cpp
index 4f17b135..91c86da9 100644
--- a/src/gui/truetypefont.cpp
+++ b/src/gui/truetypefont.cpp
@@ -67,7 +67,7 @@ class TextChunk
std::string(TTF_GetError());
}
- img = Image::load(surface, std::string());
+ img = Image::load(surface);
SDL_FreeSurface(surface);
}