1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-08-13 19:54:17 +02:00

Re-add virtual that was accidentally removed

This commit is contained in:
Alexander Wilms
2024-02-10 20:45:15 +01:00
parent 522cb571b3
commit 54b44aa5e8

View File

@@ -40,7 +40,7 @@ public:
Modificator() = delete; Modificator() = delete;
Modificator(Zone & zone, RmgMap & map, CMapGenerator & generator); Modificator(Zone & zone, RmgMap & map, CMapGenerator & generator);
void init() {/*override to add dependencies*/} virtual void init() {/*override to add dependencies*/}
virtual char dump(const int3 &); virtual char dump(const int3 &);
virtual ~Modificator() = default; virtual ~Modificator() = default;