aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/utils/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/utils/utils.h')
-rw-r--r--engines/wintermute/utils/utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/utils/utils.h b/engines/wintermute/utils/utils.h
index 219cacd249..ed6c2f3bc5 100644
--- a/engines/wintermute/utils/utils.h
+++ b/engines/wintermute/utils/utils.h
@@ -56,8 +56,8 @@ public:
static bool matchesPattern(const char *pattern, const char *string);
- static char *getPath(const char *Filename);
- static char *getFilename(const char *Filename);
+ static char *getPath(const char *filename);
+ static char *getFilename(const char *filename);
static void RGBtoHSL(uint32 RGBColor, byte *OutH, byte *OutS, byte *OutL);
static uint32 HSLtoRGB(byte H, byte S, byte L);