Skip to content

Commit

Permalink
Attempt to fix macos error message
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-englmaier committed Dec 21, 2024
1 parent f6fcffa commit ed3d1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/filter_wheel/filter_simulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class FilterSim : public INDI::FilterWheel
virtual bool initProperties() override;
virtual bool updateProperties() override;
virtual bool ISNewNumber(const char *dev, const char *name, double values[], char *names[], int n) override;
const char *getDefaultName();
virtual const char *getDefaultName() override;

bool Connect() override;
bool Disconnect() override;
Expand Down

0 comments on commit ed3d1cc

Please sign in to comment.