Skip to content

Commit

Permalink
Fix format_as
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Nov 1, 2024
1 parent fdb1934 commit 3a9cb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpilibc/src/main/native/include/frc/Alert.h
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class Alert {
static SendableAlerts& GetGroupSendable(std::string_view group);
};

constexpr std::string_view format_as(Alert::AlertType type) {
inline std::string format_as(Alert::AlertType type) {
switch (type) {
case Alert::AlertType::kInfo:
return "kInfo";
Expand Down

0 comments on commit 3a9cb83

Please sign in to comment.