summaryrefslogtreecommitdiff
path: root/plugingui/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugingui/font.h')
-rw-r--r--plugingui/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugingui/font.h b/plugingui/font.h
index c83a98f..848b168 100644
--- a/plugingui/font.h
+++ b/plugingui/font.h
@@ -46,7 +46,7 @@ public:
size_t size();
size_t textWidth(std::string text);
- size_t textHeight(std::string text);
+ size_t textHeight(std::string text = "");
PixelBufferAlpha *render(GlobalContext *gctx, std::string text);