From 5c330068e75946286e8e0d3dc0bd381e419074a9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Wed, 4 Jan 2023 15:16:36 +0100 Subject: Namespaces for API --- mime.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mime.cpp') 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] { -- cgit v1.2.3