aboutsummaryrefslogtreecommitdiff
path: root/backends/fs/wii/wii-fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/fs/wii/wii-fs.h')
-rw-r--r--backends/fs/wii/wii-fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/fs/wii/wii-fs.h b/backends/fs/wii/wii-fs.h
index 11679d0c36..f785101099 100644
--- a/backends/fs/wii/wii-fs.h
+++ b/backends/fs/wii/wii-fs.h
@@ -51,7 +51,7 @@ public:
*
* @param path Common::String with the path the new node should point to.
*/
- WiiFilesystemNode(const Common::String &path);
+ WiiFilesystemNode(const Common::String &p);
WiiFilesystemNode(const Common::String &p, const struct stat *st);
virtual bool exists() const;