summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Harkness <me@bearbin.net>2014-09-06 10:56:22 +0200
committerAlexander Harkness <me@bearbin.net>2014-09-06 10:56:22 +0200
commit15d4e543b1bcc56923b2f94bf0a63b6ed8cc8edc (patch)
treef12b9733ef0841734071b969fc0d5b3ad52dfd17
parent[WebAdmin] Code improvements. (diff)
downloadcuberite-15d4e543b1bcc56923b2f94bf0a63b6ed8cc8edc.tar
cuberite-15d4e543b1bcc56923b2f94bf0a63b6ed8cc8edc.tar.gz
cuberite-15d4e543b1bcc56923b2f94bf0a63b6ed8cc8edc.tar.bz2
cuberite-15d4e543b1bcc56923b2f94bf0a63b6ed8cc8edc.tar.lz
cuberite-15d4e543b1bcc56923b2f94bf0a63b6ed8cc8edc.tar.xz
cuberite-15d4e543b1bcc56923b2f94bf0a63b6ed8cc8edc.tar.zst
cuberite-15d4e543b1bcc56923b2f94bf0a63b6ed8cc8edc.zip
-rw-r--r--src/WebAdmin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WebAdmin.h b/src/WebAdmin.h
index d6baa2ef9..94b95dbcf 100644
--- a/src/WebAdmin.h
+++ b/src/WebAdmin.h
@@ -150,7 +150,7 @@ public:
static AString GetBaseURL(const AStringVector & a_URLSplit);
/** Returns the content type from the file extension. If the extension isn't in the list, the function returns "text/html" */
- AString GetContentTypeFromFileExt(const AString & a_FileExtension);
+ static AString GetContentTypeFromFileExt(const AString & a_FileExtension);
protected:
/** Common base class for request body data handlers */