diff options
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index 2267d86..5b9b058 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -380,7 +380,7 @@ public: | |||
380 | void hideGeometry(); | 380 | void hideGeometry(); |
381 | 381 | ||
382 | /// @param text the text to be displayed in the tooltip window | 382 | /// @param text the text to be displayed in the tooltip window |
383 | void showTooltip(const std::string &text); | 383 | void showTooltip(const FbTk::BiDiString &text); |
384 | /// Hides the tooltip window | 384 | /// Hides the tooltip window |
385 | void hideTooltip(); | 385 | void hideTooltip(); |
386 | 386 | ||