summaryrefslogtreecommitdiffstats
path: root/game/client/gui/bother.hh
diff options
context:
space:
mode:
Diffstat (limited to 'game/client/gui/bother.hh')
-rw-r--r--game/client/gui/bother.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/game/client/gui/bother.hh b/game/client/gui/bother.hh
index c10bf8a..f555d74 100644
--- a/game/client/gui/bother.hh
+++ b/game/client/gui/bother.hh
@@ -19,7 +19,7 @@ namespace gui::bother
void init(void);
void shutdown(void);
void update_late(void);
-void ping(unsigned int identity, const char* host, std::uint16_t port);
+void ping(unsigned int identity, std::string_view host, std::uint16_t port);
void cancel(unsigned int identity);
} // namespace gui::bother