get rid of strings

This commit is contained in:
J. Nick Koston 2023-06-07 09:49:46 -05:00
parent b42b5f4239
commit 29cc8a43aa
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ namespace ratgdo {
// Forward declare RATGDOComponent
class RATGDOComponent;
class BedJetClient : public Parented<RATGDOComponent> {
class RATGDOClient : public Parented<RATGDOComponent> {
public:
virtual void on_status() = 0;
virtual void on_ratgdo_state(bool is_ready) = 0;