Finished -Weffc++ cleanup
[supertux.git] / src / object / particlesystem.hpp
index 735552c..38eac95 100644 (file)
@@ -64,6 +64,10 @@ protected:
 
     Vector pos;
     Surface* texture;
+
+  private:
+    Particle(const Particle&);
+    Particle& operator=(const Particle&);
   };
 
   float max_particle_size;