Skip to content

Commit

Permalink
Refs #4547: [ARS] Set EntityKind as enum class
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Mar 21, 2024
1 parent 6ff2753 commit 0a6b63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cpp/hello_world/CLIParser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class CLIParser

CLIParser() = delete;

enum EntityKind
enum class EntityKind : uint8_t
{
PUBLISHER,
SUBSCRIBER,
Expand Down

0 comments on commit 0a6b63a

Please sign in to comment.