1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

hook: dont hide virtual member function

This commit is contained in:
Steffen Vogel 2021-07-06 16:26:53 +02:00
parent 8fb929c4bf
commit afa1b4f804

View file

@ -175,7 +175,7 @@ public:
virtual void setRate(double rate, double maxRate = -1) = 0;
void parse()
virtual void parse()
{
assert(state == State::INITIALIZED);