From 0a6b63a54f2695a16f6418aa29712ea0b698242f Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Thu, 21 Mar 2024 08:08:19 +0100 Subject: [PATCH] Refs #4547: [ARS] Set EntityKind as enum class Signed-off-by: JesusPoderoso --- examples/cpp/hello_world/CLIParser.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cpp/hello_world/CLIParser.hpp b/examples/cpp/hello_world/CLIParser.hpp index 22634611652..fe1c86453ab 100644 --- a/examples/cpp/hello_world/CLIParser.hpp +++ b/examples/cpp/hello_world/CLIParser.hpp @@ -34,7 +34,7 @@ class CLIParser CLIParser() = delete; - enum EntityKind + enum class EntityKind : uint8_t { PUBLISHER, SUBSCRIBER,