summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/haiku/FileSystemHaiku.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/haiku/FileSystemHaiku.cpp')
-rw-r--r--Source/WebCore/platform/haiku/FileSystemHaiku.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/platform/haiku/FileSystemHaiku.cpp b/Source/WebCore/platform/haiku/FileSystemHaiku.cpp
index b0d34f2..7985c54 100644
--- a/Source/WebCore/platform/haiku/FileSystemHaiku.cpp
+++ b/Source/WebCore/platform/haiku/FileSystemHaiku.cpp
@@ -56,11 +56,11 @@ String homeDirectoryPath()
return String(path.Path());
}
-CString openTemporaryFile(const char* prefix, PlatformFileHandle& handle)
+String openTemporaryFile(const String&, PlatformFileHandle& handle)
{
notImplemented();
handle = invalidPlatformFileHandle;
- return CString();
+ return String();
}
void closeFile(PlatformFileHandle&)