diff --git a/include/MyLibrary/example.hpp b/include/MyLibrary/example.hpp index 4662d80..0c3366d 100644 --- a/include/MyLibrary/example.hpp +++ b/include/MyLibrary/example.hpp @@ -3,7 +3,7 @@ namespace MyLibrary { -enum Color { red, green, blue }; +enum Color { red = 1, green = 2, blue = 3 }; /** * @brief Example class to demonstrate the features of the custom CSS.