diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-04 16:53:57 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2025-10-04 16:53:57 +0200 |
| commit | f9f1955748a3b369f0a015405af131c9b6e3285c (patch) | |
| tree | c74cec6b30daccee2d1841627b3913c51fd549e3 /src/ui/helpers.cpp | |
| parent | 2855642dd16cea260f3b32351f0529328a0bcb15 (diff) | |
namespace for logger, strops, locales
Diffstat (limited to 'src/ui/helpers.cpp')
| -rw-r--r-- | src/ui/helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/helpers.cpp b/src/ui/helpers.cpp index 2447270..19eeee3 100644 --- a/src/ui/helpers.cpp +++ b/src/ui/helpers.cpp @@ -69,7 +69,7 @@ void ui_set_status_ex(const char* txt, int color) current_status.time = 0.0f; current_status.color = color; current_status.loading = false; - strops_copy(current_status.text, txt, STATUS_TEXT_LEN); + strops::copy(current_status.text, txt, STATUS_TEXT_LEN); } void ui_set_status_error(const char* txt) |
