summaryrefslogtreecommitdiff
path: root/platform/uwp
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2021-05-06 02:48:18 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2021-05-06 02:52:01 +0200
commit3f078c99f6be160641b1c4782d2653b9d76a5ca8 (patch)
tree5098e5559f47b39210f0a7687ca3dc585deb2210 /platform/uwp
parent758bccf364729474f8ffbcf15a0bb6e9bad02d9c (diff)
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Diffstat (limited to 'platform/uwp')
-rw-r--r--platform/uwp/os_uwp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/uwp/os_uwp.cpp b/platform/uwp/os_uwp.cpp
index 33992069f9..2314a392cc 100644
--- a/platform/uwp/os_uwp.cpp
+++ b/platform/uwp/os_uwp.cpp
@@ -147,7 +147,7 @@ void OS_UWP::initialize_core() {
ticks_start = 0;
ticks_start = get_ticks_usec();
- IP_Unix::make_default();
+ IPUnix::make_default();
cursor_shape = CURSOR_ARROW;
}