Made code -Wshadow clean, missed a bunch of issues in the last commit
[supertux.git] / src / scripting / platform.cpp
index 3908792..bbf137b 100644 (file)
@@ -21,8 +21,8 @@
 
 namespace scripting {
 
-Platform::Platform(::Platform* platform)
-  : platform(platform)
+Platform::Platform(::Platform* platform_)
+  : platform(platform_)
 { }
 
 Platform::~Platform()