Skip to content

Commit

Permalink
[wpilibc] SolenoidSim: Add virtual destructor (#5848)
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald authored Oct 30, 2023
1 parent 07e13d6 commit 8d5e673
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ class SolenoidSim {
SolenoidSim(std::shared_ptr<PneumaticsBaseSim> moduleSim, int channel);
SolenoidSim(int module, PneumaticsModuleType type, int channel);
SolenoidSim(PneumaticsModuleType type, int channel);
virtual ~SolenoidSim() = default;

bool GetOutput() const;
void SetOutput(bool output);
Expand Down

0 comments on commit 8d5e673

Please sign in to comment.