summaryrefslogtreecommitdiff
path: root/LibCore/CFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LibCore/CFile.cpp')
-rw-r--r--LibCore/CFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibCore/CFile.cpp b/LibCore/CFile.cpp
index 44813e1c97..ce686ec416 100644
--- a/LibCore/CFile.cpp
+++ b/LibCore/CFile.cpp
@@ -3,7 +3,7 @@
#include <stdio.h>
#include <unistd.h>
-CFile::CFile(const String& filename)
+CFile::CFile(const StringView& filename)
: m_filename(filename)
{
}