aboutsummaryrefslogtreecommitdiff
path: root/gui/unknown-game-dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/unknown-game-dialog.h')
-rw-r--r--gui/unknown-game-dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/unknown-game-dialog.h b/gui/unknown-game-dialog.h
index 8effd9b5c7..30ac13cc84 100644
--- a/gui/unknown-game-dialog.h
+++ b/gui/unknown-game-dialog.h
@@ -46,7 +46,7 @@ private:
void reflowLayout() override;
Common::String generateBugtrackerURL();
- void encodeUrlString(Common::String&);
+ Common::String encodeUrlString(const Common::String&);
const DetectionResults &_detectionResults;
ScrollContainerWidget *_textContainer;