aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/um/service/test/windows_error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'um/service/test/windows_error.cpp')
-rw-r--r--um/service/test/windows_error.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/um/service/test/windows_error.cpp b/um/service/test/windows_error.cpp
index 019939b..5785e99 100644
--- a/um/service/test/windows_error.cpp
+++ b/um/service/test/windows_error.cpp
@@ -17,7 +17,7 @@ int main()
{
throw std::system_error(
ERROR_FILE_NOT_FOUND,
- libservice::WindowsErrorCategory::get(),
+ service::WindowsErrorCategory::get(),
LIBSERVICE_ERROR_PREFIX);
}
catch (const std::exception& e)