summaryrefslogtreecommitdiffstats
path: root/src/lib/arch/win32/ArchMiscWindows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/arch/win32/ArchMiscWindows.h')
-rw-r--r--src/lib/arch/win32/ArchMiscWindows.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/arch/win32/ArchMiscWindows.h b/src/lib/arch/win32/ArchMiscWindows.h
index 0ecd79d..91cd8f5 100644
--- a/src/lib/arch/win32/ArchMiscWindows.h
+++ b/src/lib/arch/win32/ArchMiscWindows.h
@@ -21,7 +21,6 @@
#include "common/common.h"
#include "common/stdstring.h"
#include "common/stdset.h"
-#include "base/String.h"
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
@@ -163,7 +162,7 @@ public:
static bool wasLaunchedAsService();
//! Returns true if we got the parent process name.
- static bool getParentProcessName(String &name);
+ static bool getParentProcessName(std::string &name);
static HINSTANCE instanceWin32();