diff options
Diffstat (limited to 'Source/WebCore/platform/wx')
| -rw-r--r-- | Source/WebCore/platform/wx/FileSystemWx.cpp | 4 | ||||
| -rw-r--r-- | Source/WebCore/platform/wx/LocalizedStringsWx.cpp | 2 |
2 files changed, 3 insertions, 3 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&) diff --git a/Source/WebCore/platform/wx/LocalizedStringsWx.cpp b/Source/WebCore/platform/wx/LocalizedStringsWx.cpp index 835c3cd..8ec791e 100644 --- a/Source/WebCore/platform/wx/LocalizedStringsWx.cpp +++ b/Source/WebCore/platform/wx/LocalizedStringsWx.cpp @@ -212,7 +212,7 @@ String contextMenuItemTagSearchWeb() return String("Search Web"); } -String contextMenuItemTagLookUpInDictionary() +String contextMenuItemTagLookUpInDictionary(const String&) { return String("Look Up in Dictionary"); } |
