Fix for coverity #29345
[supertux.git] / src / scripting / thunderstorm.cpp
index e83d667..739f6b0 100644 (file)
 
 #define NOIMPL      log_fatal << __PRETTY_FUNCTION__ << " not implemented."
 
-namespace Scripting {
+namespace scripting {
 
-Thunderstorm::Thunderstorm(::Thunderstorm* thunderstorm)
-  : thunderstorm(thunderstorm)
+Thunderstorm::Thunderstorm(::Thunderstorm* thunderstorm_)
+  : thunderstorm(thunderstorm_)
 {
 }