Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Commit

Permalink
Added missing override marker.
Browse files Browse the repository at this point in the history
  • Loading branch information
camrein committed Oct 20, 2017
1 parent 772b514 commit d62386e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EzGraverCore/ezgraver_v3.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct EzGraverV3 : EzGraver {
*
* \param burnTime The burn time to use in milliseconds.
*/
void start(unsigned char const& burnTime);
void start(unsigned char const& burnTime) override;

/*!
* Pauses the engraving process at the given location. The process
Expand Down

0 comments on commit d62386e

Please sign in to comment.