Browse Source

Use override in LFO

tags/v0.5.0
Andrew Belt 6 years ago
parent
commit
9923a77326
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/LFO.cpp

+ 1
- 1
src/LFO.cpp View File

@@ -181,7 +181,7 @@ struct LFO2 : Module {
float lights[1] = {};

LFO2() : Module(NUM_PARAMS, NUM_INPUTS, NUM_OUTPUTS) {}
void step();
void step() override;
};




Loading…
Cancel
Save