summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/wx/FileSystemWx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/wx/FileSystemWx.cpp')
-rw-r--r--Source/WebCore/platform/wx/FileSystemWx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/wx/FileSystemWx.cpp b/Source/WebCore/platform/wx/FileSystemWx.cpp
index bfcaf88..3c2b453 100644
--- a/Source/WebCore/platform/wx/FileSystemWx.cpp
+++ b/Source/WebCore/platform/wx/FileSystemWx.cpp
@@ -107,11 +107,11 @@ String directoryName(const String& path)
return wxFileName(path).GetPath();
}
-CString openTemporaryFile(const char* prefix, PlatformFileHandle& handle)
+String openTemporaryFile(const String&, PlatformFileHandle& handle)
{
notImplemented();
handle = invalidPlatformFileHandle;
- return CString();
+ return String();
}
void closeFile(PlatformFileHandle&)