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:
parent
8fb929c4bf
commit
afa1b4f804
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ public:
|
|||
|
||||
virtual void setRate(double rate, double maxRate = -1) = 0;
|
||||
|
||||
void parse()
|
||||
virtual void parse()
|
||||
{
|
||||
assert(state == State::INITIALIZED);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue