summaryrefslogtreecommitdiffhomepage
path: root/mime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mime.cpp')
-rw-r--r--mime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mime.cpp b/mime.cpp
index f64d046..cb3e323 100644
--- a/mime.cpp
+++ b/mime.cpp
@@ -6,7 +6,7 @@
namespace beast = boost::beast;
// Return a reasonable mime type based on the extension of a file.
-std::string mime_type(const std::string& path)
+std::string Reichwein::Mime::mime_type(const std::string& path)
{
auto const ext = [&path]
{