summaryrefslogtreecommitdiff
path: root/anytun.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'anytun.cpp')
-rw-r--r--anytun.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/anytun.cpp b/anytun.cpp
index a309f67..5100ab8 100644
--- a/anytun.cpp
+++ b/anytun.cpp
@@ -342,7 +342,7 @@ bool initLibGCrypt()
return true;
}
-void chrootAndDrop(string const& chrootdir, string const& username)
+void chrootAndDrop(std::string const& chrootdir, std::string const& username)
{
if (getuid() != 0)
{