diff options
Diffstat (limited to '')
-rw-r--r-- | um/service/utils/uninstall_service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/um/service/utils/uninstall_service.cpp b/um/service/utils/uninstall_service.cpp index 58a879c..aa5af85 100644 --- a/um/service/utils/uninstall_service.cpp +++ b/um/service/utils/uninstall_service.cpp @@ -18,7 +18,7 @@ int main(int argc, char* argv[]) try { - libservice::Service::open(libservice::ServiceManager::open(), argv[1]).uninstall(); + service::Service::open(service::ServiceManager::open(), argv[1]).uninstall(); } catch (const std::exception& e) { |