summaryrefslogtreecommitdiff
path: root/src/VBox/Runtime/generic/pathhost-generic.cpp
diff options
context:
space:
mode:
authorvboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2010-04-28 19:10:47 +0000
committervboxsync <vboxsync@cfe28804-0f27-0410-a406-dd0f0b0b656f>2010-04-28 19:10:47 +0000
commitf946c12be0624793914206c40e51be83df05017b (patch)
treecb38d6073d97a8bf2dfcc1a51ed92836698f4b32 /src/VBox/Runtime/generic/pathhost-generic.cpp
parent9e4a2650f5f0c48151440615375020169a419ab0 (diff)
downloadVirtualBox-svn-f946c12be0624793914206c40e51be83df05017b.tar.gz
IPRT: pathhost changes.
git-svn-id: https://www.virtualbox.org/svn/vbox/trunk@28877 cfe28804-0f27-0410-a406-dd0f0b0b656f
Diffstat (limited to 'src/VBox/Runtime/generic/pathhost-generic.cpp')
-rw-r--r--src/VBox/Runtime/generic/pathhost-generic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VBox/Runtime/generic/pathhost-generic.cpp b/src/VBox/Runtime/generic/pathhost-generic.cpp
index f1198e8aaaf..5406f5e9a45 100644
--- a/src/VBox/Runtime/generic/pathhost-generic.cpp
+++ b/src/VBox/Runtime/generic/pathhost-generic.cpp
@@ -46,7 +46,7 @@ int rtPathToNativeEx(char **ppszNativePath, const char *pszPath, const char *psz
return RTStrUtf8ToCurrentCP(ppszNativePath, pszPath);
}
-void rtPathFreeNative(char *pszNativePath)
+void rtPathFreeNative(char *pszNativePath, const char *pszPath)
{
if (pszNativePath)
RTStrFree(pszNativePath);