use override in all possible places

This commit is contained in:
jacob1
2019-03-09 20:42:54 -05:00
parent d3fe7e39a5
commit 55e6074942
82 changed files with 457 additions and 426 deletions

View File

@@ -194,7 +194,7 @@ class {0}: public SimTool
public:
{0}();
virtual ~{0}();
virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, int brushX, int brushY, float strength);
int Perform(Simulation * sim, Particle * cpart, int x, int y, int brushX, int brushY, float strength) override;
}};
""".format(className, str.join("\n", classMembers))