Fix for coverity #29409 - Use char 0 instead of NULL
[supertux.git] / src / trigger / scripttrigger.hpp
index fb0c37d..e93824d 100644 (file)
@@ -26,7 +26,7 @@ public:
   ScriptTrigger(const Vector& pos, const std::string& script);
   ~ScriptTrigger();
 
-  void write(lisp::Writer& writer);
+  void write(Writer& writer);
   void event(Player& player, EventType type);
 
 private: