diff options
Diffstat (limited to 'game/shared/splash.hh')
| -rw-r--r-- | game/shared/splash.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/shared/splash.hh b/game/shared/splash.hh index f494a5b..2857621 100644 --- a/game/shared/splash.hh +++ b/game/shared/splash.hh @@ -6,7 +6,7 @@ namespace splash { void init_client(void); void init_server(void); -const char* get(void); +std::string_view get(void); } // namespace splash #endif // SHARED_SPLASH_HH |
