From 29cc8a43aaeeca64cfea08cead03b6c528ab56c8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Wed, 7 Jun 2023 09:49:46 -0500 Subject: [PATCH] get rid of strings --- components/ratgdo/ratgdo_child.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ratgdo/ratgdo_child.h b/components/ratgdo/ratgdo_child.h index 66cf75d..74b4893 100644 --- a/components/ratgdo/ratgdo_child.h +++ b/components/ratgdo/ratgdo_child.h @@ -8,7 +8,7 @@ namespace ratgdo { // Forward declare RATGDOComponent class RATGDOComponent; -class BedJetClient : public Parented { +class RATGDOClient : public Parented { public: virtual void on_status() = 0; virtual void on_ratgdo_state(bool is_ready) = 0;